Gst.Pad.prototype.is_linked

function is_linked():Boolean {
    // Gjs wrapper for gst_pad_is_linked()
}

Checks if a pad is linked to another pad or not.

Returns

TRUE if the pad is linked, FALSE otherwise. MT safe.