[vlc-devel] [PATCH 4/4] chromecast: Ensure the demux gets unblocked

Hugo Beauzée-Luyssen hugo at beauzee.fr
Thu Mar 2 10:46:48 CET 2017


...when waiting for the application to start
---
 modules/stream_out/chromecast/chromecast_ctrl.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/stream_out/chromecast/chromecast_ctrl.cpp b/modules/stream_out/chromecast/chromecast_ctrl.cpp
index 94bf6f7dc7..ac16360eca 100644
--- a/modules/stream_out/chromecast/chromecast_ctrl.cpp
+++ b/modules/stream_out/chromecast/chromecast_ctrl.cpp
@@ -148,6 +148,7 @@ intf_sys_t::~intf_sys_t()
     vlc_interrupt_destroy( m_ctl_thread_interrupt );
 
     // make sure we unblock the demuxer
+    setState( Dead );
     m_seek_request_time = VLC_TS_INVALID;
     vlc_cond_signal(&m_seekCommandCond);
 
-- 
2.11.0



More information about the vlc-devel mailing list