]> git.sesse.net Git - vlc/commitdiff
Use #rtp consistent with MacOS and wx GUIs
authorRémi Denis-Courmont <rem@videolan.org>
Thu, 6 Sep 2007 18:32:40 +0000 (18:32 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Thu, 6 Sep 2007 18:32:40 +0000 (18:32 +0000)
(I haven't checked whether the UI labels need updating)

modules/gui/qt4/dialogs/sout.cpp

index c2fef2ff99893b18e862a53e3d900a45c065aa61..4f5c5e20c31ee1191d246ebd839258011208f03d 100644 (file)
@@ -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 );