Message.newApplication

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

Parameters

src gst.object.ObjectGst

The object originating the message.

structure gst.structure.Structure

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

Return Value

Type: gst.message.Message

The new application message.

MT safe.