From: RĂ©mi Denis-Courmont Date: Thu, 6 Sep 2007 18:32:40 +0000 (+0000) Subject: Use #rtp consistent with MacOS and wx GUIs X-Git-Tag: 0.9.0-test0~5818 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=b2a21c15484a8b467d51712a561578a9eef2a3da;p=vlc Use #rtp consistent with MacOS and wx GUIs (I haven't checked whether the UI labels need updating) --- diff --git a/modules/gui/qt4/dialogs/sout.cpp b/modules/gui/qt4/dialogs/sout.cpp index c2fef2ff99..4f5c5e20c3 100644 --- a/modules/gui/qt4/dialogs/sout.cpp +++ b/modules/gui/qt4/dialogs/sout.cpp @@ -434,7 +434,7 @@ COUNT() { ISMORE(); ATLEASTONE() - mrl.append( "std{access=udp,mux=" ); + mrl.append( "rtp{mux=" ); mrl.append( sout.psz_mux ); mrl.append( ",dst=" ); mrl.append( sout.psz_udp );