Pad.iterateInternalLinksDefault

Iterate the list of pads to which the given pad is linked to inside of the parent element. This is the default handler, and thus returns an iterator of all of the pads inside the parent element with opposite direction.

The caller must free this iterator after use with gst_iterator_free().

class Pad
iterateInternalLinksDefault

Parameters

parent ObjectGst

the parent of @pad or %NULL

Return Value

Type: Iterator

a #GstIterator of #GstPad, or %NULL if @pad has no parent. Unref each returned pad with gst_object_unref().

Meta