projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16b68e7
)
clock: add some more comments.
author
Wim Taymans
<wim.taymans@collabora.co.uk>
Thu, 26 Mar 2009 18:13:55 +0000
(19:13 +0100)
committer
Wim Taymans
<wim.taymans@collabora.co.uk>
Thu, 26 Mar 2009 18:13:55 +0000
(19:13 +0100)
gst/gstsystemclock.c
patch
|
blob
|
history
diff --git
a/gst/gstsystemclock.c
b/gst/gstsystemclock.c
index
84be9a9
..
0ba911b
100644
(file)
--- a/
gst/gstsystemclock.c
+++ b/
gst/gstsystemclock.c
@@
-615,7
+615,9
@@
gst_system_clock_id_wait_jitter_unlocked (GstClock * clock,
/* wait till all the entries got woken up */
gst_system_clock_wait_wakeup (sysclock);
- /* we released the lock in the wait, recheck our status */
+ /* we released the lock in the wait, recheck our status, we don't need
+ * to remove the wakeup count because we marked the entry as EARLY
+ * before releasing the object lock. */
if (entry->status == GST_CLOCK_UNSCHEDULED) {
GST_CAT_DEBUG (GST_CAT_CLOCK, "entry %p got unscheduled", entry);
break;