]> git.sesse.net Git - vlc/commit
Remove bogus vlc_object_wait (no condition to wait on)
authorRémi Denis-Courmont <rdenis@simphalempin.com>
Sat, 24 Jan 2009 18:24:20 +0000 (20:24 +0200)
committerRémi Denis-Courmont <rdenis@simphalempin.com>
Sat, 24 Jan 2009 18:57:45 +0000 (20:57 +0200)
commit49c1e2a7adf7c5995cd5ebb6ee07ded00d8a4307
tree9f868348440a4c04c076205e012c372303e6aa8a
parent8093b7f26426008b1b065bc8e771ec10eccd41e1
Remove bogus vlc_object_wait (no condition to wait on)

N.B.: libvlc snapshots remain seriously broken.
Vout is not locked when shooting. Variables are not safely set.
Vout thread does not access request field safely.
Multiple requests are not safe either. I probably missed some other
issues.
src/control/mediacontrol_audio_video.c