summaryrefslogtreecommitdiff
path: root/gst/gstclock.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/gstclock.c')
-rw-r--r--gst/gstclock.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/gstclock.c b/gst/gstclock.c
index 042103d85b..8191af0c85 100644
--- a/gst/gstclock.c
+++ b/gst/gstclock.c
@@ -203,6 +203,8 @@ gst_clock_entry_new (GstClock * clock, GstClockTime time,
entry->func = NULL;
entry->user_data = NULL;
entry->destroy_data = NULL;
+ entry->unscheduled = FALSE;
+ entry->woken_up = FALSE;
return (GstClockID) entry;
}