gst_iterator_foreach 1108 gst/gstbin.c     gst_iterator_foreach (it, (GFunc) unlink_pads, element);
gst_iterator_foreach 1225 gst/gstbin.c     gst_iterator_foreach (it, (GFunc) unlink_pads, element);
gst_iterator_foreach  260 gst/gstiterator.h GstIteratorResult	gst_iterator_foreach		(GstIterator *it,
gst_iterator_foreach 3369 gst/gstpad.c         ires = gst_iterator_foreach (it, (GFunc) add_unref_pad_to_list, &res);
gst_iterator_foreach 3444 gst/gstutils.c   gst_iterator_foreach (iter, (GFunc) push_and_ref, event);
gst_iterator_foreach  970 plugins/elements/gsttee.c   gst_iterator_foreach (iter, (GFunc) gst_tee_push_eos, tee);