[vlc-devel] Re: problems with many libvlc instances
Donoso Gabilondo, Daniel
donoso.d at ikusi.es
Tue Jun 27 12:27:37 CEST 2006
Thanks for your help.
I saw in the libvlc.h file is not any method to change the video-x, video-y,
width an height values, only can set the values in the instance
initialization (libvlc_new function). How can I change them with my
application? Must I modify the libvlc library to make the methods?
-----Mensaje original-----
De: Rémi Denis-Courmont [mailto:rem at videolan.org]
Enviado el: martes, 27 de junio de 2006 10:45
Para: vlc-devel at videolan.org
CC: donoso.d at ikusi.es
Asunto: Re: [vlc-devel] problems with many libvlc instances
Selon "Donoso Gabilondo, Daniel" <donoso.d at ikusi.es>:
> I am sure that the arguments of libvlc_new function for each instance are
> correct. How can I resolve it?
libvlc is NOT currently reentrant-safe anyway; in particular, src/libvlc.c
has
a static pointer to "THE" libvlc instance.
--
Rmi Denis-Courmont
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20060627/0521630b/attachment.html>
More information about the vlc-devel
mailing list