Gst.Event.new_flush_stop

function new_flush_stop(reset_time:Boolean):Gst.Event {
    // Gjs wrapper for gst_event_new_flush_stop()
}

Allocate a new flush stop event. The flush stop event can be sent upstream and downstream and travels serialized with the dataflow. It is typically sent after sending a FLUSH_START event to make the pads accept data again.

Elements can process this event synchronized with the dataflow since the preceeding FLUSH_START event stopped the dataflow.

This event is typically generated to complete a seek and to resume dataflow.

reset_time

if time should be reset

Returns

a new flush stop event.