[vlc-devel] [PATCH 00/10] Chromecast timing with a demux-filter (v2)

Rémi Denis-Courmont remi at remlab.net
Tue May 3 16:27:30 CEST 2016


Le 2016-05-03 16:01, Steve Lhomme a écrit :
> The demux_filter_t code has been reworked so that calls to the real
> demuxer and
> the demux filters cannot be mixed. Now the demuxer_t is a 
> demux_filter_t with
> p_next set to NULL. To avoid editing all the code due to the 
> subclassing, the
> shared part of their structure is done via a macro, the same way all
> vlc_object_t share a common set of fields.

I still am not convinced that we need a config chain here, and thus 
that there is a point in adding a new structure. Obviously we need a new 
plugin capability/type, but that should be pretty much it.

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


More information about the vlc-devel mailing list