Pad.iterateInternalLinks

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

Each gstreamer.Pad 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: Iterator

a new gstreamer.Iterator of gstreamer.Pad or NULL when the pad does not have an iterator function configured. Use Iterator.free after usage.