Gst.Pad.prototype.needs_reconfigure

function needs_reconfigure():Boolean {
    // Gjs wrapper for gst_pad_needs_reconfigure()
}

Check 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 is set on pad.