Gst.Pad.prototype.is_blocked

function is_blocked():Boolean {
    // Gjs wrapper for gst_pad_is_blocked()
}

Checks if the pad is blocked or not. This function returns the last requested state of the pad. It is not certain that the pad is actually blocking at this point (see Gst.is_blocking).

Returns

TRUE if the pad is blocked. MT safe.