Gst.Pad.prototype.check_reconfigure

function check_reconfigure():Boolean {
    // Gjs wrapper for gst_pad_check_reconfigure()
}

Check and clear the #GST_PAD_FLAG_NEED_RECONFIGURE flag on pad and return true if the flag was set.

Returns

true is the GST_PAD_FLAG_NEED_RECONFIGURE flag was set on pad.