[vlc-commits] chromecast: fix track selection when EOF

Thomas Guillem git at videolan.org
Fri Feb 23 08:29:48 CET 2018


vlc/vlc-3.0 | branch: master | Thomas Guillem <thomas at gllm.fr> | Thu Feb 22 16:03:29 2018 +0100| [0c14f075cae2e2cb1526595d258a900230e61634] | committer: Thomas Guillem

chromecast: fix track selection when EOF

(cherry picked from commit c9119a4e056dc082aa2ee50cb36e8a339010e1c5)
Signed-off-by: Thomas Guillem <thomas at gllm.fr>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=0c14f075cae2e2cb1526595d258a900230e61634
---

 modules/stream_out/chromecast/chromecast_demux.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/stream_out/chromecast/chromecast_demux.cpp b/modules/stream_out/chromecast/chromecast_demux.cpp
index eed399fdfe..08867a620e 100644
--- a/modules/stream_out/chromecast/chromecast_demux.cpp
+++ b/modules/stream_out/chromecast/chromecast_demux.cpp
@@ -389,6 +389,7 @@ struct demux_sys_t
              * flush sout streams, make sout del/add called right away and
              * clear CC buffers. */
             seekBack(m_last_time, m_last_pos);
+            resetDemuxEof();
             break;
         case DEMUX_FILTER_ENABLE:
             p_renderer = static_cast<chromecast_common *>(



More information about the vlc-commits mailing list