[vlc-devel] [PATCH] Fix hotkey problem. To be discussed

Cyril MATHE cmathe at actech-innovation.com
Wed Jun 17 16:37:11 CEST 2009


Hi,

There is currently no hotkey working in moz-plugin. This is because in
hotkey.c vlc is unable to get the current p_input which is created by
the play function (libvlc_media_player_play in moz-plugin case). So this
solution add p_input to p_libvlc_int (because this struct is common in
p_mi and p_intf) and we can get it in hotkey by p_intf->p_libvlc. So the
aim is to find a better solution than that.

Best Regards 
	Cyril Mathé
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0007-Fix-hotkey-problem-in-moz-plugin.-It-s-ugly-but-it-w.patch
Type: application/mbox
Size: 2844 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20090617/876b4f2d/attachment.mbox>


More information about the vlc-devel mailing list