[vlc-devel] Re: vlc: svn commit r20432 (pdherbemont)

Damien Fouilleul damien.fouilleul at laposte.net
Thu Jun 7 15:06:32 CEST 2007


Subversion daemon wrote:
> r20432 | pdherbemont | 2007-06-07 14:34:50 +0200 (Thu, 07 Jun 2007) | 2 lines
> Changed paths:
>    M /trunk/src/control/core.c
>    M /trunk/src/control/event.c
>    M /trunk/src/control/input.c
>    M /trunk/src/control/libvlc_internal.h
>
> Libvlc Event: Add support for input event.
>
>  > http://trac.videolan.org/vlc/changeset/20432
>
>   
i'm not sure it is a good idea to send an event for input 'position', as 
this has the potential of generating a lot of events and stall the input 
thread. Just like the GUI interfaces currently do, 'position' should be 
polled rather then pushed.
i'd rather see input 'state' changes, playlist 'item' changes, etc... as 
events.
do not misunderstand me, i do appreciate the work, and i will change the 
activex/mozilla controls shortly to support libvlc events.

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html



More information about the vlc-devel mailing list