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: Iterator

a new GstIterator of GstPad or NULL when the pad does not have an iterator function configured. Use gst_iterator_free() after usage. [transfer full]

Meta