Pad.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

class Pad
iterateInternalLinks
()

Return Value

Type: gst.iterator.Iterator

a new #GstIterator of #GstPad or null when the pad does not have an iterator function configured. Use gst.iterator.Iterator.free after usage.