[vlc-devel] [PATCH 1/2] New ProjectM API (libvlc)

XilasZ xilasz at gmail.com
Thu Dec 9 09:22:41 CET 2010


Yes it's tagged as deprecated, but i can't find an alternative way to reach
a module (on the 1.1 branch, it was my target). I can't use the aout as it's
not available from projectm, and can't use the vout because it is managed
internally in the projectm module, and the core doesn't know about it.
To find the projectm module from the aout, vlc_object_find_name works
perfectly on the 1.1 branch. I'd be glad to use another way, please share if
there is one.

2010/12/9 Rémi Denis-Courmont <remi at remlab.net>

>
> On Wed, 8 Dec 2010 23:37:15 +0100, XilasZ <xilasz at gmail.com> wrote:
> > So as the title says, 7 new API for projectm, to get info on presets,
> > change it or lock it.
>
> vlc_object_find_name() is dangerous, has never worked correctly. I think it
> is marked as deprecated, and if not, it should be.
> Please don't use this.
>
> --
> Rémi Denis-Courmont
> http://www.remlab.net
> http://fi.linkedin.com/in/remidenis
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> http://mailman.videolan.org/listinfo/vlc-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20101209/4ccf2873/attachment.html>


More information about the vlc-devel mailing list