Gst.Message.new_application

function new_application(src:Gst.Object, structure:Gst.Structure):Gst.Message {
    // Gjs wrapper for gst_message_new_application()
}

Create a new application-typed message. GStreamer will never create these messages; they are a gift from us to you. Enjoy.

src

the object originating the message.

structure

the structure for the message. The message will take ownership of the structure.

Returns

The new application message. MT safe.