[vlc-commits] vlm: parent vod preparser to preparsed media

Rémi Denis-Courmont git at videolan.org
Wed Feb 20 16:36:14 CET 2019


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Feb 19 22:10:02 2019 +0200| [90dda1b3ad95edc5f96ed2ef21ac1d3f71420cb2] | committer: Rémi Denis-Courmont

vlm: parent vod preparser to preparsed media

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

 src/input/vlm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/input/vlm.c b/src/input/vlm.c
index 1d556ae369..d8f079758c 100644
--- a/src/input/vlm.c
+++ b/src/input/vlm.c
@@ -621,7 +621,7 @@ static int vlm_OnMediaUpdate( vlm_t *p_vlm, vlm_media_sys_t *p_media )
             sout_description_data_t data;
             TAB_INIT(data.i_es, data.es);
 
-            p_input = input_Create( p_vlm->p_vod, input_LegacyEvents, NULL,
+            p_input = input_Create( p_media, input_LegacyEvents, NULL,
                                     p_media->vod.p_item, psz_header, NULL, NULL );
             if( p_input )
             {



More information about the vlc-commits mailing list