[vlc-devel] Re: vlc: svn commit r19640 (oaubert)
Antoine Cellerier
dionoea at videolan.org
Mon Apr 2 23:10:50 CEST 2007
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).
--
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