Gst.ProxyPad.prototype.get_internal

function get_internal():Gst.ProxyPad {
    // Gjs wrapper for gst_proxy_pad_get_internal()
}

Get the internal pad of pad. Unref target pad after usage.

The internal pad of a Gst.GhostPad is the internally used pad of opposite direction, which is used to link to the target.

Returns

the target Gst.ProxyPad, can be NULL. Unref target pad after usage.