Changeset b2a21c15484a8b467d51712a561578a9eef2a3da

Show
Ignore:
Timestamp:
09/06/07 20:32:40 (1 year ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1189103560 +0000
git-parent:

[ec07497e93bd94ebe146e9f1c0bff57942ae5ded]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1189103560 +0000
Message:

Use #rtp consistent with MacOS and wx GUIs
(I haven't checked whether the UI labels need updating)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/gui/qt4/dialogs/sout.cpp

    rc7c447c rb2a21c1  
    435435            ISMORE(); 
    436436            ATLEASTONE() 
    437             mrl.append( "std{access=udp,mux=" ); 
     437            mrl.append( "rtp{mux=" ); 
    438438            mrl.append( sout.psz_mux ); 
    439439            mrl.append( ",dst=" );