[vlc-devel] [PATCH 3/3] chromecast: when we STOP we know we don't have any input

Steve Lhomme robux4 at videolabs.io
Thu Aug 4 17:57:08 CEST 2016


---
 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 2bfcdd7..4d3b9f3 100644
--- a/modules/stream_out/chromecast/chromecast_ctrl.cpp
+++ b/modules/stream_out/chromecast/chromecast_ctrl.cpp
@@ -1051,6 +1051,7 @@ void intf_sys_t::notifySendRequest()
 void intf_sys_t::requestPlayerStop()
 {
     requested_stop = true;
+    setHasInput(false);
     notifySendRequest();
 }
 
-- 
2.8.2



More information about the vlc-devel mailing list