inputselector: don't leak pads in iterator

This commit is contained in:
Wim Taymans 2009-06-04 19:08:16 +02:00
parent 8eac0482fd
commit eff6395328

View file

@ -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);