[vlc-devel] commit: Fix sout MRL generation in sout when transcode is deactivated ( Jean-Baptiste Kempf )
git version control
git at videolan.org
Wed Dec 30 00:47:07 CET 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Dec 30 00:45:52 2009 +0100| [cde18698a2d91573d8363a9e78b288cd8ffbdb05] | committer: Jean-Baptiste Kempf
Fix sout MRL generation in sout when transcode is deactivated
Close #3213
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cde18698a2d91573d8363a9e78b288cd8ffbdb05
---
modules/gui/qt4/dialogs/sout.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/dialogs/sout.cpp b/modules/gui/qt4/dialogs/sout.cpp
index 92490bd..aadaec7 100644
--- a/modules/gui/qt4/dialogs/sout.cpp
+++ b/modules/gui/qt4/dialogs/sout.cpp
@@ -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" ) );
More information about the vlc-devel
mailing list