[vlc-commits] chromecast: fix wrong state when media app was closed

Thomas Guillem git at videolan.org
Thu Mar 29 14:04:11 CEST 2018


vlc/vlc-3.0 | branch: master | Thomas Guillem <thomas at gllm.fr> | Wed Mar 28 10:28:03 2018 +0200| [0d9908673bf99e5a36b593688757a607ab07fc71] | committer: Thomas Guillem

chromecast: fix wrong state when media app was closed

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

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

 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:



More information about the vlc-commits mailing list