[vlc-commits] chromecast: add missing clear
Thomas Guillem
git at videolan.org
Thu Feb 1 14:18:37 CET 2018
vlc/vlc-3.0 | branch: master | Thomas Guillem <thomas at gllm.fr> | Thu Feb 1 14:17:18 2018 +0100| [985dafe249c2a6c8fc333c5195ee53335f0d79f4] | committer: Thomas Guillem
chromecast: add missing clear
(cherry picked from commit fbee775057ec0561820e948839c0cd6ebcab2299)
Signed-off-by: Thomas Guillem <thomas at gllm.fr>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=985dafe249c2a6c8fc333c5195ee53335f0d79f4
---
modules/stream_out/chromecast/cast.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules/stream_out/chromecast/cast.cpp b/modules/stream_out/chromecast/cast.cpp
index be19d9f2f6..b01adcacf8 100644
--- a/modules/stream_out/chromecast/cast.cpp
+++ b/modules/stream_out/chromecast/cast.cpp
@@ -669,6 +669,7 @@ bool sout_stream_sys_t::startSoutChain(sout_stream_t *p_stream,
if (p_out == NULL) {
msg_Dbg(p_stream, "could not create sout chain:%s", sout.c_str());
out_streams.clear();
+ access_out_live.clear();
return false;
}
More information about the vlc-commits
mailing list