Commit cde18698 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Fix sout MRL generation in sout when transcode is deactivated

Close #3213
parent c916c6f2
......@@ -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" ) );
......
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