vlc | branch: master | Thomas Guillem <tho...@gllm.fr> | Wed Mar 28 10:28:03 
2018 +0200| [e9fbf613612d383c54f7eee0639ad95d205c2e33] | committer: Thomas 
Guillem

chromecast: fix wrong state when media app was closed

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

 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 a70240544c..598cdf6392 100644
--- a/modules/stream_out/chromecast/chromecast_ctrl.cpp
+++ b/modules/stream_out/chromecast/chromecast_ctrl.cpp
@@ -405,6 +405,7 @@ bool intf_sys_t::isStateReady() const
         case Authenticating:
         case Connecting:
         case Stopping:
+        case Stopped:
         case Dead:
             return false;
         default:

_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to