Event.newSinkMessage
gst.event.Event newSinkMessage(string name, gst.message.Message msg)Create a new sink-message event. The purpose of the sink-message event is to instruct a sink to post the message contained in the event synchronized with the stream.
name is used to store multiple sticky events on one pad.
Parameters
name | a name for the event |
msg | the #GstMessage to be posted |
Returns
a new #GstEvent