]> 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:17:33 +0000 (18:17 +0200)
committerOlivier Aubert <olivier.aubert@liris.cnrs.fr>
Mon, 8 Sep 2008 16:24:19 +0000 (18:24 +0200)
commit920e215b79126a690d327c795c9f4bd03c6ddfd1
treec96327a81604438bb780cb3d296adfeda55d9468
parent32c21f4098b3a4c46ab443cba72a8f5abf7c38a6
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