[vlc-commits] chromecast: add missing bracket
Thomas Guillem
git at videolan.org
Thu Feb 1 14:38:23 CET 2018
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Thu Feb 1 14:23:31 2018 +0100| [d1d68f7814de414195ecc7a3c2cebc902df50361] | committer: Thomas Guillem
chromecast: add missing bracket
It was still working without it since it was the last one.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d1d68f7814de414195ecc7a3c2cebc902df50361
---
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 2789371d44..8903f7fe6c 100644
--- a/modules/stream_out/chromecast/cast.cpp
+++ b/modules/stream_out/chromecast/cast.cpp
@@ -893,7 +893,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