MT safe.
Message.newCustom
gst.message.Message newCustom(gst.types.MessageType type, gst.object.ObjectWrap src = null, gst.structure.Structure structure = null)Create a new custom-typed message. This can be used for anything not handled by other message-specific functions to pass a message to the app. The structure field can be null.
Parameters
type | The #GstMessageType to distinguish messages |
src | The object originating the message. |
structure | the structure for the message. The message will take ownership of the structure. |
Returns
The new message.