[vlc-devel] [PATCH 2/3] Lua: Add new callback status_changed	forplaying status changes
    Jean-Philippe André 
    jpeg at videolan.org
       
    Tue Feb  9 11:48:16 CET 2010
    
    
  
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)
Patch 0001 looks good.
-- 
Jean-Philippe André (jpeg)
    
    
More information about the vlc-devel
mailing list