mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +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
af3a273c08
commit
b4a91de1be
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;
|
||||
else
|
||||
cur_running_time = 0;
|
||||
|
||||
gst_object_unref (clock);
|
||||
}
|
||||
} else {
|
||||
GstSegment *active_seg;
|
||||
|
|
Loading…
Reference in a new issue