[vlc-devel] [PATCH 01/10] [RFC] core: add demux-filter objects to intercept & filter demuxer calls

Rémi Denis-Courmont remi at remlab.net
Tue May 31 15:28:58 CEST 2016


Le 2016-05-31 13:15, Steve Lhomme a écrit :
> This can be used to tweak the results of some Control() calls or 
> delay the
> actual Demux() call.
>
> A demuxer filter should call demux_FilterDemuxNext() to call the 
> demux
> operation to the next demuxer in line and demux_vaFilterControlNext() 
> to pass
> the control calls to the next demuxer in line.

No way. I have spent an awful lot of times removing this bug with 
stream filters and access. You don't get to add it back.

-- 
Rémi Denis-Courmont
http://www.remlab.net/


More information about the vlc-devel mailing list