Gst.Pad.prototype.is_blocking
function is_blocking():Boolean { // Gjs wrapper for gst_pad_is_blocking() }
Checks if the pad is blocking or not. This is a guaranteed state of whether the pad is actually blocking on a Gst.Buffer or a Gst.Event.
- Returns
TRUE if the pad is blocking. MT safe.