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

2018-03-29 Thread Thomas Guillem
vlc/vlc-3.0 | branch: master | Thomas Guillem  | 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 

> 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:

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


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

2018-03-28 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem  | 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