Gst.Event.new_reconfigure

function new_reconfigure():Gst.Event {
    // Gjs wrapper for gst_event_new_reconfigure()
}

Create a new reconfigure event. The purpose of the reconfingure event is to travel upstream and make elements renegotiate their caps or reconfigure their buffer pools. This is useful when changing properties on elements or changing the topology of the pipeline.

Returns

a new Gst.Event