From a0c03e338ffda98c3075ef1653974f859657c264 Mon Sep 17 00:00:00 2001 From: xxcv Date: Sat, 19 Dec 2009 18:58:36 +1100 Subject: [PATCH] Qt4 streaming with dshow mrl fix Signed-off-by: Jean-Baptiste Kempf --- modules/gui/qt4/components/open_panels.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/gui/qt4/components/open_panels.cpp b/modules/gui/qt4/components/open_panels.cpp index 72ad0302d8..e283227c83 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 -- 2.39.2