iterate_internal_links_default

function iterate_internal_links_default(pad:Gst.Pad, parent:Gst.Object):Gst.Iterator {
    // Gjs wrapper for gst_proxy_pad_iterate_internal_links_default()
}

Invoke the default iterate internal links function of the proxy pad.

pad

the Gst.Pad to get the internal links of.

parent

the parent of pad or NULL

Returns

a Gst.Iterator of Gst.Pad, or NULL if pad has no parent. Unref each returned pad with Gst.Object.prototype.unref.