[vlc-commits] chromecast: fix wrong state when media app was closed
    Thomas Guillem 
    git at videolan.org
       
    Wed Mar 28 12:17:13 CEST 2018
    
    
  
vlc | branch: master | Thomas Guillem <thomas at 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:
    
    
More information about the vlc-commits
mailing list