[vlc-devel] [PATCH] input: Delete the demux_filter chain upon input deletion
Rémi Denis-Courmont
remi at remlab.net
Thu Jun 22 18:10:09 CEST 2017
On jeudi 22 juin 2017 17:37:44 EEST Hugo Beauzée-Luyssen wrote:
> This allows a demux_filter to be removed from the chain without
> removing the entire chain at once.
TBH, I don't see the point. After the filter is removed, the input thread knows
nothing of the original demux anymore (just like it knows nothing of the
stream filters and access). So the only sane thing to do is to delete it and
any intermediate filters.
Also the capability check is very ugly.
--
Rémi
More information about the vlc-devel
mailing list