Gst.Pad.prototype.mark_reconfigure

function mark_reconfigure():void {
    // Gjs wrapper for gst_pad_mark_reconfigure()
}

Mark a pad for needing reconfiguration. The next call to Gst.Pad.prototype.check_reconfigure will return true after this call.