[vlc-devel] [PATCH] input: Tag attachments with the demuxer that produced them
Rémi Denis-Courmont
remi at remlab.net
Sun Sep 21 13:03:01 CEST 2014
Le samedi 20 septembre 2014, 10:16:33 Timothy B. Terriberry a écrit :
> This way, when metadata is updated, we only replace the attachments
> produced by the demuxer whose metadata changed.
I think it would be slightly simpler to use a table of pairs of attachment and
demux, than a pair of tables of attachment and demux.
I guess any demux cannot be destroyed for the lifetime of the input, not even
slave demux. Otherwise the pointer comparison would not be strictly valid.
--
More information about the vlc-devel
mailing list