]> git.sesse.net Git - vlc/commitdiff
macosx: do not switch mux and access in opens stream out panel (fixes #9173)
authorDavid Fuhrmann <david.fuhrmann@googlemail.com>
Sun, 25 Aug 2013 20:24:47 +0000 (22:24 +0200)
committerDavid Fuhrmann <david.fuhrmann@googlemail.com>
Sun, 25 Aug 2013 20:25:08 +0000 (22:25 +0200)
modules/gui/macosx/output.m

index e76b0921a39932f15e3fa3a68bd84d22d8d4c038..8e9109ed3c3c06ad2f8dd16b9fca15b375d4a5b7 100644 (file)
 
             [o_mrl_string appendFormat:
                         @"standard{mux=%@,access=%@,dst=%@%@}",
-                        o_mode, o_mux_string, o_finalStreamAddress, o_announce];
+                        o_mux_string, o_mode, o_finalStreamAddress, o_announce];
         } else {
             NSString * o_stream_name;