[vlc-devel] commit: Qt: Cosmetics and msg_Dbg. (Jean-Baptiste Kempf )
git version control
git at videolan.org
Sat Mar 14 16:51:44 CET 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Mar 14 16:51:30 2009 +0100| [4346bf2fdfd68b612754c7aa0fe6bf59723e9e71] | committer: Jean-Baptiste Kempf
Qt: Cosmetics and msg_Dbg.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4346bf2fdfd68b612754c7aa0fe6bf59723e9e71
---
modules/gui/qt4/dialogs_provider.cpp | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/modules/gui/qt4/dialogs_provider.cpp b/modules/gui/qt4/dialogs_provider.cpp
index 4e254be..8e45b75 100644
--- a/modules/gui/qt4/dialogs_provider.cpp
+++ b/modules/gui/qt4/dialogs_provider.cpp
@@ -569,7 +569,7 @@ void DialogsProvider::saveAPlaylist()
void DialogsProvider::streamingDialog( QWidget *parent, QString mrl,
bool b_transcode_only )
{
- const char *psz_option;
+ char *psz_option;
if( !b_transcode_only )
{
SoutDialog *s = SoutDialog::getInstance( parent, p_intf, mrl );
@@ -599,8 +599,7 @@ void DialogsProvider::streamingDialog( QWidget *parent, QString mrl,
if( !EMPTY_STR( psz_option ) )
{
-
- msg_Dbg( p_intf, "Sout mrl %s", psz_option );
+ msg_Dbg( p_intf, "Streaming MRL is: %s", psz_option );
playlist_AddExt( THEPL, qtu( mrl ), _("Streaming"),
PLAYLIST_APPEND | PLAYLIST_GO, PLAYLIST_END,
-1, 1, &psz_option, VLC_INPUT_OPTION_TRUSTED, true, pl_Unlocked );
More information about the vlc-devel
mailing list