[vlc-devel] Re: vlc: svn commit r19640 (oaubert)
Antoine Cellerier
dionoea at videolan.org
Mon Apr 2 23:14:31 CEST 2007
On Mon, Apr 02, 2007, Antoine Cellerier wrote:
> On Mon, Apr 02, 2007, Subversion daemon wrote:
> > r19640 | oaubert | 2007-04-02 19:55:13 +0200 (Mon, 02 Apr 2007) | 2 lines
> > Changed paths:
> > M /trunk/bindings/python/vlc_internal.c
> >
> > bindings/python/vlc_internal: implement vlc_object_find_name support
>
> You should only use that on p_libvlc's children (ie not the modules, but
> all the other VLC instances). Else you'll end up returning a pointer to
> a module object ... which is useless to the average user. (Unless
> FIND_ANYWHERE doesn't look in the p_libvlc_global children list ... but
> that'd be weird).
Hum, according to objects.c maybe it's safe to use FIND_ANYWHERE. Could
someone confirm that find anywhere doesn't look in p_libvlc_global's
children list ?
--
Antoine Cellerier
dionoea
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
More information about the vlc-devel
mailing list