Commit a0c03e33 authored by xxcv's avatar xxcv Committed by Jean-Baptiste Kempf

Qt4 streaming with dshow mrl fix

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent cb63896d
...@@ -1074,9 +1074,9 @@ void CaptureOpenPanel::updateMRL() ...@@ -1074,9 +1074,9 @@ void CaptureOpenPanel::updateMRL()
mrl+= " :dshow-vdev=" + mrl+= " :dshow-vdev=" +
colon_escape( QString("%1").arg( vdevDshowW->getValue() ) ); colon_escape( QString("%1").arg( vdevDshowW->getValue() ) );
mrl+= " :dshow-adev=" + mrl+= " :dshow-adev=" +
colon_escape( QString("%1").arg( adevDshowW->getValue() ) ); colon_escape( QString("%1").arg( adevDshowW->getValue() ) )+" ";
if( dshowVSizeLine->isModified() ) if( dshowVSizeLine->isModified() )
mrl += " :dshow-size=" + dshowVSizeLine->text(); mrl += ":dshow-size=" + dshowVSizeLine->text();
emit methodChanged( "dshow-caching" ); emit methodChanged( "dshow-caching" );
break; break;
#else #else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment