[vlc-devel] [PATCH 3/7] objects: add vlc_object_desc_create
Thomas Guillem
thomas at gllm.fr
Mon May 27 18:23:08 CEST 2019
On Mon, May 27, 2019, at 17:27, Rémi Denis-Courmont wrote:
> Le maanantaina 27. toukokuuta 2019, 17.45.12 EEST Thomas Guillem a écrit :
> > Return a tree of object/module description.
>
> This reintroduces the incorrect assumption that an object is described by
> whatever module happens to be associated with it. Also breaks encapsulation.
>
> As I've said before, if you want to know what decoder or output is being used
> by an ES, put that in the ES meta-data where everybody, not just Qt, can see
> it.
You can't remove a feature and ask us to implement it an other way. We should put it back and decide later (VLC 5.0 ?) how to improve it.
Otherwise, I can give you back #21997 ownership.
By the way, we don't just need to know about the output. We also need to know about the input (access/demux/packetizer/stream_filter modules).
>
> --
> Rémi Denis-Courmont
> 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