[vlc-devel] [PATCH] Fix fs controller
Lukas Durfina
lukas.durfina at gmail.com
Tue Jul 8 19:06:56 CEST 2008
On Tue, 08 Jul 2008 18:35:05 +0200, Rémi <Denis-Courmont"
<rdenis at simphalempin.com>> wrote:
>
> This has already been discussed multiple times recently. Variable
> callbacks
> can be invoked from any (other) thread - even from multiple threads
> concurrently - and at any time between AddCallback and DelCallback.
>
Yes, I know that, but problem is, that I need to add callback in
FullscreenControllerWidget, because I have to provide pointer to it
in void *data. And sometimes thread where "new-vout" is set, is faster
on startup of application (than callback is not called).
It would be great if I can add callback, when I create variable,
what is definitely earlier than it is set.
More information about the vlc-devel
mailing list