[vlc-devel] [PATCH 2/5] input: remove useless event

Thomas Guillem thomas at gllm.fr
Tue Jul 10 15:43:06 CEST 2018


Event sent from the Create() function, and therefore, can't be listened by
anything.
---
 src/input/input_internal.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/input/input_internal.c b/src/input/input_internal.c
index cb91370ed0..e6f8da85d1 100644
--- a/src/input/input_internal.c
+++ b/src/input/input_internal.c
@@ -484,7 +484,6 @@ static input_thread_t *Create( vlc_object_t *p_parent, input_item_t *p_item,
     /* Remove 'Now playing' info as it is probably outdated */
     input_item_SetNowPlaying( p_item, NULL );
     input_item_SetESNowPlaying( p_item, NULL );
-    input_SendEventMeta( p_input );
 
     /* */
     if( !priv->b_preparsing && var_InheritBool( p_input, "stats" ) )
-- 
2.18.0



More information about the vlc-devel mailing list