[vlc-commits] macosx: do not switch mux and access in opens stream out panel ( fixes #9173)
David Fuhrmann
git at videolan.org
Sun Aug 25 22:26:31 CEST 2013
vlc/vlc-2.1 | branch: master | David Fuhrmann <david.fuhrmann at googlemail.com> | Sun Aug 25 22:24:47 2013 +0200| [266df428c93967e956ee6a11971e321443f94b67] | committer: David Fuhrmann
macosx: do not switch mux and access in opens stream out panel (fixes #9173)
(cherry picked from commit 761f80281d1b46b41ac95b91088820c31a1a6354)
Signed-off-by: David Fuhrmann <david.fuhrmann at googlemail.com>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.1.git/?a=commit;h=266df428c93967e956ee6a11971e321443f94b67
---
modules/gui/macosx/output.m | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/gui/macosx/output.m b/modules/gui/macosx/output.m
index e76b092..8e9109e 100644
--- a/modules/gui/macosx/output.m
+++ b/modules/gui/macosx/output.m
@@ -387,7 +387,7 @@
[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;
More information about the vlc-commits
mailing list