[vlc-devel] [PATCHv3 1/7] input_item: add an owner placeholder
Thomas Guillem
thomas at gllm.fr
Tue Sep 29 10:15:35 CEST 2020
On Mon, Sep 28, 2020, at 17:47, Rémi Denis-Courmont wrote:
> Le tiistaina 22. syyskuuta 2020, 18.36.55 EEST Thomas Guillem a écrit :
> > The most important is that the libvlc_media_player will continue to receive
> > input_item updates when it plays it. Indeed, there is no way to play a
> > media that is not added by the user.
>
> For the plain media player, I would expect that that's indeed the case.
>
> But what do we do for the media list player, which has been left out of the
> input manager work so far? In that case, if you open a playlist media item, it
> will spawn children via ES_OUT_POST_SUBNODE.
Indeed, the medialist will be filled with copy of input items created via ES_OUT_POST_SUBNODE. I don't think it will be a problem since such items are immediately dropped by demuxers modules (so we don't care about not receiving updates).
>
> --
> 雷米‧德尼-库尔蒙
> http://www.remlab.net/
>
>
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
More information about the vlc-devel
mailing list