mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
clock: init variables in _reinit()
Properly initialize variables in _reinit() too
This commit is contained in:
parent
ba7157dce6
commit
bf979b0036
1 changed files with 2 additions and 0 deletions
|
@ -222,6 +222,8 @@ gst_clock_entry_reinit (GstClock * clock, GstClockEntry * entry,
|
|||
entry->time = time;
|
||||
entry->interval = interval;
|
||||
entry->status = GST_CLOCK_OK;
|
||||
entry->unscheduled = FALSE;
|
||||
entry->woken_up = FALSE;
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue