Gst.Message.new_reset_time

function new_reset_time(src:Gst.Object, running_time:Gst.ClockTime):Gst.Message {
    // Gjs wrapper for gst_message_new_reset_time()
}

This message is posted when the pipeline running-time should be reset to running_time, like after a flushing seek.

src

The object originating the message.

running_time

the requested running-time

Returns

The new reset_time message. MT safe.