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

XilasZ xilasz at gmail.com
Fri Dec 10 09:03:12 CET 2010


What names do you suggest ? they are just meant to play with projectm
presets only, and i don't know how to enable/disable filters in live.

libvlc_projectm_lock lock/unlock the current preset, meaning it prevents
projectm from switching to another plugin every 30seconds (by default).

On Thu, Dec 9, 2010 at 9:02 PM, Pierre d'Herbemont <pdherbemont at free.fr>wrote:

> On Wed, Dec 8, 2010 at 11:37 PM, XilasZ <xilasz at gmail.com> wrote:
>
> > diff --git a/src/libvlc.sym b/src/libvlc.sym
> > index 1a401d1..5ce0a46 100644
> > --- a/src/libvlc.sym
> > +++ b/src/libvlc.sym
> > @@ -162,6 +162,13 @@ libvlc_media_subitems
> >  libvlc_new
> >  libvlc_new_with_builtins
> >  libvlc_playlist_play
> > +libvlc_projectm_get_preset_count
> > +libvlc_projectm_get_preset_current_id
> > +libvlc_projectm_get_preset_name
> > +libvlc_projectm_set_preset
> > +libvlc_projectm_random
> > +libvlc_projectm_is_locked
> > +libvlc_projectm_lock
>
> Naming them libvlc_projectm doesn't sound right. There is no way to
> enable/disable visualisation. What about other visualizer?
>
> > +void libvlc_projectm_lock( libvlc_media_player_t *p_mi, int b_locked )
>
> Why is this useful?
>
> Thanks for your work anyway!
>
> Pierre.
> _______________________________________________
> 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/20101210/6eb7f665/attachment.html>


More information about the vlc-devel mailing list