Gst.BufferPool.prototype.is_active

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

Check if pool is active. A pool can be activated with the Gst.set_active call.

Returns

true when the pool is active.