[vlc-commits] es_out: always send program deletion event

Thomas Guillem git at videolan.org
Wed Oct 10 11:04:25 CEST 2018


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Wed Oct 10 11:01:01 2018 +0200| [bb41b241a7017f7f872ad4ed3cf630a671e14a3a] | committer: Thomas Guillem

es_out: always send program deletion event

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

 src/input/es_out.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/input/es_out.c b/src/input/es_out.c
index a14afc091c..e07949e985 100644
--- a/src/input/es_out.c
+++ b/src/input/es_out.c
@@ -458,6 +458,7 @@ static void EsOutTerminate( es_out_t *out )
             vlc_meta_Delete( p_pgrm->p_meta );
 
         vlc_list_remove(&p_pgrm->node);
+        input_SendEventProgramDel( p_sys->p_input, p_pgrm->i_id );
         free( p_pgrm );
     }
 



More information about the vlc-commits mailing list