Pad.iterateInternalLinks

gst.iterator.Iterator iterateInternalLinks()

Gets an iterator for the pads to which the given pad is linked to inside of the parent element.

Each #GstPad element yielded by the iterator will have its refcount increased, so unref after use.

Free-function: gst_iterator_free

Returns

a new #GstIterator of #GstPad

or null when the pad does not have an iterator function configured. Use [gst.iterator.Iterator.free] after usage.