Gst.Pad.prototype.iterate_internal_links

function iterate_internal_links():Gst.Iterator {
    // Gjs wrapper for gst_pad_iterate_internal_links()
}

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

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

Free-function: gst_iterator_free

Returns

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