[vlc-commits] chromecast: add back stop when streams are empty

Thomas Guillem git at videolan.org
Fri Jan 26 11:42:25 CET 2018


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Fri Jan 26 11:07:56 2018 +0100| [4355eea6d9942dd12dbfbf5fe77db30068070005] | committer: Thomas Guillem

chromecast: add back stop when streams are empty

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

 modules/stream_out/chromecast/cast.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/stream_out/chromecast/cast.cpp b/modules/stream_out/chromecast/cast.cpp
index 93ece3b560..ae4bb5ca36 100644
--- a/modules/stream_out/chromecast/cast.cpp
+++ b/modules/stream_out/chromecast/cast.cpp
@@ -330,6 +330,7 @@ static void Del(sout_stream_t *p_stream, sout_stream_id_sys_t *id)
 
     if ( p_sys->out_streams.empty() )
     {
+        p_sys->p_intf->requestPlayerStop();
         sout_StreamChainDelete( p_sys->p_out, NULL );
         p_sys->p_out = NULL;
         p_sys->sout = "";



More information about the vlc-commits mailing list