Commit 4346bf2f authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: Cosmetics and msg_Dbg.

parent 6b7e4a81
...@@ -569,7 +569,7 @@ void DialogsProvider::saveAPlaylist() ...@@ -569,7 +569,7 @@ void DialogsProvider::saveAPlaylist()
void DialogsProvider::streamingDialog( QWidget *parent, QString mrl, void DialogsProvider::streamingDialog( QWidget *parent, QString mrl,
bool b_transcode_only ) bool b_transcode_only )
{ {
const char *psz_option; char *psz_option;
if( !b_transcode_only ) if( !b_transcode_only )
{ {
SoutDialog *s = SoutDialog::getInstance( parent, p_intf, mrl ); SoutDialog *s = SoutDialog::getInstance( parent, p_intf, mrl );
...@@ -599,8 +599,7 @@ void DialogsProvider::streamingDialog( QWidget *parent, QString mrl, ...@@ -599,8 +599,7 @@ void DialogsProvider::streamingDialog( QWidget *parent, QString mrl,
if( !EMPTY_STR( psz_option ) ) if( !EMPTY_STR( psz_option ) )
{ {
msg_Dbg( p_intf, "Streaming MRL is: %s", psz_option );
msg_Dbg( p_intf, "Sout mrl %s", psz_option );
playlist_AddExt( THEPL, qtu( mrl ), _("Streaming"), playlist_AddExt( THEPL, qtu( mrl ), _("Streaming"),
PLAYLIST_APPEND | PLAYLIST_GO, PLAYLIST_END, PLAYLIST_APPEND | PLAYLIST_GO, PLAYLIST_END,
-1, 1, &psz_option, VLC_INPUT_OPTION_TRUSTED, true, pl_Unlocked ); -1, 1, &psz_option, VLC_INPUT_OPTION_TRUSTED, true, pl_Unlocked );
......
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