[vlc-devel] [PATCH 1/2] Introduce vout_GetFilter
Rémi Denis-Courmont
remi at remlab.net
Sun Sep 22 19:21:00 CEST 2013
Le dimanche 22 septembre 2013 19:18:00 Jean-Baptiste Kempf a écrit :
> On 22 Sep, Rémi Denis-Courmont wrote :
> > Le dimanche 22 septembre 2013 19:01:52 Jean-Baptiste Kempf a écrit :
> > > This is a way to get the filter children of a vout, in order to avoid
> > > using vlc_object_find_name, which is deprecated, in the UI effects.
> >
> > I fail to see how that solves the underlying problem - psz_name.
>
> It does not solve all the issues, but at least, it only looks in the
> vout childrens.
The function lacks a deprecated qualifier then.
And I don't see much point in replacing a deprecated function with another one
that does practically the same thing.
--
Rémi Denis-Courmont
http://www.remlab.net/
More information about the vlc-devel
mailing list