mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
inputselector: fix clock leak in wait_running_time
https://bugzilla.gnome.org/show_bug.cgi?id=688477
This commit is contained in:
parent
b24ce63b71
commit
45bd1c19cf
1 changed files with 2 additions and 0 deletions
|
@ -686,6 +686,8 @@ gst_input_selector_wait_running_time (GstInputSelector * sel,
|
||||||
cur_running_time -= base_time;
|
cur_running_time -= base_time;
|
||||||
else
|
else
|
||||||
cur_running_time = 0;
|
cur_running_time = 0;
|
||||||
|
|
||||||
|
gst_object_unref (clock);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
GstSegment *active_seg;
|
GstSegment *active_seg;
|
||||||
|
|
Loading…
Reference in a new issue