]> git.sesse.net Git - vlc/commit
Do not propagate fullscreen status up the filter chain
authorRémi Denis-Courmont <remi@remlab.net>
Wed, 10 Feb 2010 17:46:59 +0000 (19:46 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Wed, 10 Feb 2010 17:46:59 +0000 (19:46 +0200)
commit7b2d398a05571bb78fa7ad513608e8d2743d6268
tree16df229d42a3506c5a9b3b5ffd892a962fefee97
parent49334e07d05bb5e4770a95b8b4f57d84c192cdc9
Do not propagate fullscreen status up the filter chain

This is fundamentally a lock inversion between the parent and child
object variables locks. Interfaces (hotkeys and others) use downward
propagation, so we keep that direction and remove the other direction.
modules/video_filter/filter_common.h
modules/video_filter/wrapper.c