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

Pierre d'Herbemont pdherbemont at free.fr
Thu Dec 9 21:02:00 CET 2010


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.



More information about the vlc-devel mailing list