Pad.iterateInternalLinksDefault

gst.iterator.Iterator iterateInternalLinksDefault(gst.object.ObjectWrap parent = null)

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.Iterator.free].

Parameters

parentthe parent of pad or null

Returns

a #GstIterator of #GstPad, or null if pad

has no parent. Unref each returned pad with [gst.object.ObjectWrap.unref].