Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GStreamer
gstreamer
Commits
41f1a188
Commit
41f1a188
authored
Mar 26, 2009
by
Wim Taymans
Browse files
clock: add some more comments.
parent
16b68e7d
Changes
1
Hide whitespace changes
Inline
Side-by-side
gst/gstsystemclock.c
View file @
41f1a188
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment