[vlc-devel] [PATCH] Fix fs controller

Rémi Denis-Courmont rdenis at simphalempin.com
Tue Jul 8 22:33:16 CEST 2008


Le mardi 8 juillet 2008 20:06:56 Lu.as Durfina, vous avez écrit :
> 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.

I fail to see how this relates to thread safety.

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



More information about the vlc-devel mailing list