Gst.Event.new_context

function new_context(context:Gst.Context):Gst.Event {
    // Gjs wrapper for gst_event_new_context()
}

Create a new context event. The purpose of the context event is to pass a pipeline-local context to downstream elements.

Since 1.2

context

the Gst.Context

Returns

a new Gst.Event