[vlc-devel] [PATCH] vout/macos: don't unload library

Rémi Denis-Courmont remi at remlab.net
Tue Nov 28 14:49:00 CET 2017


While you shouldn't rely on it, the module only gets unloaded when LibVLC exits. This is too late to run the UI main loop.

So this patch is very dubious.

Besides, the whole design is very questionable. The same dispatch problem exists for Qt (the window is destroyed on UI main loop) and yet, we don't need such a kludge. It is as simple as putting the code in the right module.
-- 
Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez excuser ma brièveté.


More information about the vlc-devel mailing list