]> git.sesse.net Git - vlc/commit
embedded snapshot: guard against spurious vlc_object_wait wakeups.
authorOlivier Aubert <olivier.aubert@liris.cnrs.fr>
Mon, 8 Sep 2008 16:31:27 +0000 (18:31 +0200)
committerOlivier Aubert <olivier.aubert@liris.cnrs.fr>
Mon, 8 Sep 2008 16:31:27 +0000 (18:31 +0200)
commit1bf1f77fc858c0432fd52f9730ed15e7648c4c5b
treef17b7c9a6466ec137f4f2608f21491ef9cccb3c8
parent920e215b79126a690d327c795c9f4bd03c6ddfd1
embedded snapshot: guard against spurious vlc_object_wait wakeups.

Thanks courmisch for noticing this.
It still uses the old, and soon to be deprecated I imagine, vlc_object_wait API, but well, we cannot go faster than the music, can we?
src/control/mediacontrol_audio_video.c
src/video_output/vout_intf.c