mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 04:56:24 +00:00
inputselector: don't leak pads in iterator
This commit is contained in:
parent
e40d20c845
commit
bccc960734
1 changed files with 1 additions and 0 deletions
|
@ -1417,6 +1417,7 @@ gst_input_selector_check_eos (GstElement * selector)
|
||||||
if (!pad->eos) {
|
if (!pad->eos) {
|
||||||
done = TRUE;
|
done = TRUE;
|
||||||
}
|
}
|
||||||
|
gst_object_unref (pad);
|
||||||
break;
|
break;
|
||||||
case GST_ITERATOR_RESYNC:
|
case GST_ITERATOR_RESYNC:
|
||||||
gst_iterator_resync (it);
|
gst_iterator_resync (it);
|
||||||
|
|
Loading…
Reference in a new issue