vlc | branch: master | Steve Lhomme <[email protected]> | Mon Mar 21 15:07:38 
2016 +0100| [b30e58df9fdfd6aea4cd14f99df3d13e37551ac1] | committer: 
Jean-Baptiste Kempf

chromecast: don't launch the app on the device until we're connected

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

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

diff --git a/modules/stream_out/chromecast/chromecast_ctrl.cpp 
b/modules/stream_out/chromecast/chromecast_ctrl.cpp
index 8318edc..ab5cce1 100644
--- a/modules/stream_out/chromecast/chromecast_ctrl.cpp
+++ b/modules/stream_out/chromecast/chromecast_ctrl.cpp
@@ -450,7 +450,7 @@ void intf_sys_t::processMessage(const 
castchannel::CastMessage &msg)
             vlc_mutex_locker locker(&lock);
             setConnectionStatus(CHROMECAST_AUTHENTICATED);
             msgConnect(DEFAULT_CHOMECAST_RECEIVER);
-            msgReceiverLaunchApp();
+            msgReceiverGetStatus();
         }
     }
     else if (namespace_ == NAMESPACE_HEARTBEAT)

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to