vlc | branch: master | Thomas Guillem <[email protected]> | Mon Feb 26 17:03:31 2018 +0100| [81400320fa96298dacbf2b39183127442f2a4cb8] | committer: Thomas Guillem
chromecast: fix load in when the state is 'Stopped' > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=81400320fa96298dacbf2b39183127442f2a4cb8 --- 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
