[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:49:26 CET 2009
vlc-1.0-bugfix | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Dec 30 00:45:52 2009 +0100| [5ac5faa57d90a51b0bf0fe3b84e71e64421988fa] | committer: Jean-Baptiste Kempf
Fix sout MRL generation in sout when transcode is deactivated
Close #3213
> http://git.videolan.org/gitweb.cgi/vlc-1.0-bugfix.git/?a=commit;h=5ac5faa57d90a51b0bf0fe3b84e71e64421988fa
---
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 a72a4c5..3823f5f 100644
--- a/modules/gui/qt4/dialogs/sout.cpp
+++ b/modules/gui/qt4/dialogs/sout.cpp
@@ -87,7 +87,7 @@ SoutDialog::SoutDialog( QWidget *parent, intf_thread_t *_p_intf, const QString&
/* Misc */
CB( soutAll ); CB( soutKeep ); 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