iterate_internal_links


Description:

public Iterator? iterate_internal_links ()

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

Each Pad element yielded by the iterator will have its refcount increased, so unref after use.

Free-function: gst_iterator_free

Parameters:

this

the GstPad to get the internal links of.

Returns:

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