[vlc-devel] [PATCH] Support multiple video player instances.

Jean-Baptiste Kempf jb at videolan.org
Sun Jul 27 20:28:01 CEST 2014


On 25 Jul, Paulo Vitor Magacho da Silva wrote :
> +typedef struct android_surf_value_t {
> +    pthread_mutex_t vout_android_lock;
> +    pthread_cond_t vout_android_surf_attached;
> +    void *vout_android_surf;
> +    void *vout_android_gui;
> +    jobject vout_android_java_surf;
> +    jobject vout_android_subtitles_surf;
> +    bool vout_video_player_activity_created;
> +} android_surf_value_t;

Do you need all those fields in this structure?

> +#ifdef __ANDROID__
> +    var_Create( p_libvlc, "drawable-vlcobject", VLC_VAR_ADDRESS);
> +#endif

Why drawable-vlcobject ?

With my kindest regards,

-- 
Jean-Baptiste Kempf
http://www.jbkempf.com/ - +33 672 704 734
Sent from my Electronic Device



More information about the vlc-devel mailing list