systemclock: fix multi-thread entry status issue
authorNicolas Huet <nicolas.huet@parrot.com>
Mon, 6 Oct 2014 11:38:21 +0000 (13:38 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Mon, 6 Oct 2014 12:58:42 +0000 (15:58 +0300)
commit00bcd94723f565c087ce559ab32cc49a74c30a8f
tree6b8d069620c2225615dbb3888364300600d73420
parent64a0abb0f4f568d3a8318de9d94ff002274985d9
systemclock: fix multi-thread entry status issue

Running two threads, one executing the timer and one unscheduling it, the
unscheduled status set by the second thread is sometimes overwritten by the
first one.

https://bugzilla.gnome.org/show_bug.cgi?id=737999
gst/gstsystemclock.c