[vlc-devel] [Patch][GSoC:2009] wiimote module

Rémi Denis-Courmont remi at remlab.net
Thu Oct 1 22:42:17 CEST 2009


Le jeudi 1 octobre 2009 23:21:10 Leon Moctezuma, vous avez écrit :
> Hi all,
> 
> this is the first patch I send to start integrating the work that I
> did on GSoC to the main repository, I will write later on the wiki
> what do you have to do to make it work.

+static void Close( vlc_object_t *p_this )
+{
+    intf_thread_t *p_intf = (intf_thread_t *)p_this;
+    intf_sys_t *p_sys = p_intf->p_sys;
+    
+    free( p_sys );
+}

How is this unregistering from libcwiid?

...

+    msg_Err(p_intf, "Put Wiimote in discoverable mode (press 1+2) to connect 
it...\n");

This should probably use on of the dialog_*() function. Most users won't see 
the VLC messages console.

-- 
Rémi Denis-Courmont
http://www.remlab.net/



More information about the vlc-devel mailing list