[vlc-devel] commit: Qt4 streaming with dshow mrl fix (xxcv )

git version control git at videolan.org
Mon Dec 21 16:28:53 CET 2009


vlc | branch: master | xxcv <xxcv07 at gmail.com> | Sat Dec 19 18:58:36 2009 +1100| [a0c03e338ffda98c3075ef1653974f859657c264] | committer: Jean-Baptiste Kempf 

Qt4 streaming with dshow mrl fix

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a0c03e338ffda98c3075ef1653974f859657c264
---

 modules/gui/qt4/components/open_panels.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/gui/qt4/components/open_panels.cpp b/modules/gui/qt4/components/open_panels.cpp
index 72ad030..e283227 100644
--- a/modules/gui/qt4/components/open_panels.cpp
+++ b/modules/gui/qt4/components/open_panels.cpp
@@ -1074,9 +1074,9 @@ void CaptureOpenPanel::updateMRL()
         mrl+= " :dshow-vdev=" +
             colon_escape( QString("%1").arg( vdevDshowW->getValue() ) );
         mrl+= " :dshow-adev=" +
-            colon_escape( QString("%1").arg( adevDshowW->getValue() ) );
+            colon_escape( QString("%1").arg( adevDshowW->getValue() ) )+" ";
         if( dshowVSizeLine->isModified() )
-            mrl += " :dshow-size=" + dshowVSizeLine->text();
+            mrl += ":dshow-size=" + dshowVSizeLine->text();
         emit methodChanged( "dshow-caching" );
         break;
 #else




More information about the vlc-devel mailing list