]> git.sesse.net Git - vlc/commitdiff
Fix sout MRL generation in sout when transcode is deactivated
authorJean-Baptiste Kempf <jb@videolan.org>
Tue, 29 Dec 2009 23:45:52 +0000 (00:45 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 29 Dec 2009 23:45:52 +0000 (00:45 +0100)
Close #3213

modules/gui/qt4/dialogs/sout.cpp

index 92490bd5f9d7879e7895d85a37efaabca84bb53a..aadaec7b4936d1406175c4224ea96455f4c057c8 100644 (file)
@@ -89,7 +89,7 @@ SoutDialog::SoutDialog( QWidget *parent, intf_thread_t *_p_intf, const QString&
 
     /* Misc */
     CB( soutAll );  CS( ttl ); CT( sapName ); CT( sapGroup );
-    CB( localOutput );
+    CB( localOutput ); CB( transcodeBox );
     CONNECT( ui.profileSelect, optionsChanged(), this, updateMRL() );
 
     okButton = new QPushButton( qtr( "&Stream" ) );