[vlc-commits] chromecast: add missing bracket
Thomas Guillem
git at videolan.org
Thu Feb 1 14:29:25 CET 2018
vlc/vlc-3.0 | branch: master | Thomas Guillem <thomas at gllm.fr> | Thu Feb 1 14:23:31 2018 +0100| [a854df9b44532446d0b56cf28d5ef3de1376e746] | committer: Thomas Guillem
chromecast: add missing bracket
It was still working without it since it was the last one.
(cherry picked from commit d1d68f7814de414195ecc7a3c2cebc902df50361)
Signed-off-by: Thomas Guillem <thomas at gllm.fr>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=a854df9b44532446d0b56cf28d5ef3de1376e746
---
modules/stream_out/chromecast/cast.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/stream_out/chromecast/cast.cpp b/modules/stream_out/chromecast/cast.cpp
index b01adcacf8..4a9a34b3d0 100644
--- a/modules/stream_out/chromecast/cast.cpp
+++ b/modules/stream_out/chromecast/cast.cpp
@@ -895,7 +895,7 @@ bool sout_stream_sys_t::UpdateOutput( sout_stream_t *p_stream )
ssout << "chromecast-proxy:"
<< "http{mux=" << default_muxer
- << ",access=chromecast-http";
+ << ",access=chromecast-http}";
if ( !startSoutChain( p_stream, new_streams, ssout.str() ) )
p_intf->requestPlayerStop();
More information about the vlc-commits
mailing list