vlc/vlc-3.0 | branch: master | Thomas Guillem <[email protected]> | 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 <[email protected]> > 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: _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
