Gst.Pad.prototype.is_active

function is_active():Boolean {
    // Gjs wrapper for gst_pad_is_active()
}

Query if a pad is active

Returns

TRUE if the pad is active. MT safe.