[vlc-devel] [PATCH] Fix fs controller
Lukas Durfina
lukas.durfina at gmail.com
Tue Jul 8 16:36:40 CEST 2008
On Fri, 04 Jul 2008 22:53:26 +0200, Rémi <Denis-Courmont"
<rdenis at simphalempin.com>> wrote:
> static variables suck, especially when they're not protected against
> concurrent access. And then, I wonder if the actual fullscreen controller
> code is thread-safe at all.
>
I think if I can make it without locking, which about I wrote in my last
email.
That can be OK (at least it is working) without locking, it solves case,
when variable "new-vout"
is set before adding callback (in interface creation). And releasing
object seems to work
fine too.
Lukas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fs_controller4.diff
Type: application/octet-stream
Size: 5438 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20080708/41a808e8/attachment.obj>
More information about the vlc-devel
mailing list