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

Thomas Guillem git at videolan.org
Thu Feb 22 16:03:46 CET 2018


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

chromecast: fix track selection when EOF

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

 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 23b82879e0..ed9c948ed4 100644
--- a/modules/stream_out/chromecast/chromecast_demux.cpp
+++ b/modules/stream_out/chromecast/chromecast_demux.cpp
@@ -388,6 +388,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