[vlc-commits] chromecast: fix load in when the state is 'Stopped'

Thomas Guillem git at videolan.org
Mon Feb 26 17:08:02 CET 2018


vlc/vlc-3.0 | branch: master | Thomas Guillem <thomas at gllm.fr> | Mon Feb 26 17:03:31 2018 +0100| [4d5c3811f26beed2ad2de2bbbbbe9152a0c48720] | committer: Thomas Guillem

chromecast: fix load in when the state is 'Stopped'

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

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

 modules/stream_out/chromecast/chromecast_ctrl.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/stream_out/chromecast/chromecast_ctrl.cpp b/modules/stream_out/chromecast/chromecast_ctrl.cpp
index 598cdf6392..a70240544c 100644
--- a/modules/stream_out/chromecast/chromecast_ctrl.cpp
+++ b/modules/stream_out/chromecast/chromecast_ctrl.cpp
@@ -405,7 +405,6 @@ 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