[vlc-devel] [PATCH] bug in globalhotkeys
Laurent Aimar
fenrir at via.ecp.fr
Thu Feb 26 13:00:25 CET 2009
On Thu, Feb 26, 2009, Sébastien Escudier wrote:
> Unless I am missing something, I think I handled this in my patch because I am
> testing if the handler has been changed.
Not really, because in VLC you have at least two modules that change the
handler (globalhotkeys, x11 video output, and maybe Qt4).
If only one interface changes it (ie no qt4) then it may work as vout are always
destroyed before interfaces. Otherwise it won't as nothing imposes that interfaces
are destructed in the reverse order of their creation.
--
fenrir
More information about the vlc-devel
mailing list