[vlc-devel] [PATCH 2/3] Lua: Add new callback status_changed forplaying status changes

Srikanth Raju srikiraju at gmail.com
Wed Feb 10 07:28:27 CET 2010


On Tue, Feb 9, 2010 at 4:18 PM, Jean-Philippe André <jpeg at videolan.org> wrote:
> Monday 08 February 2010, 19:12:23,
> Srikanth Raju wrote:
>> Ahoy!
>
>     EXTENSION_SET_INPUT,      /**< arg1: extension_t*, arg2 (input_thread_t)
> */
> +    EXTENSION_STATUS_CHANGED, /**< arg1: int( playing status ) */
>
> You need to specify the extension or the input involved. In Lunettes, there
> can be multiple inputs at the same time, and each extension can be bound to a
> specific input thread. (better specify the extension)
>

Wouldn't this also mean that each extension should need to know which
inputs playing status has changed. Or an extension can be bound only
to one input?

> Patch 0001 looks good.
>
> --
> Jean-Philippe André (jpeg)
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> http://mailman.videolan.org/listinfo/vlc-devel
>



-- 
Regards,
Srikanth Raju



More information about the vlc-devel mailing list