MT safe.
Message.newApplication
gst.message.Message newApplication(gst.object.ObjectWrap src, gst.structure.Structure structure)Create a new application-typed message. GStreamer will never create these messages; they are a gift from us to you. Enjoy.
Parameters
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.