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