Gst.Message.new_need_context

function new_need_context(src:Gst.Object):Gst.Message {
    // Gjs wrapper for gst_message_new_need_context()
}

This message is posted when an element needs a specific Gst.Context.

src

The object originating the message.

Returns

The new need-context message. MT safe.