Element.postMessage

Post a message on the element's #GstBus. This function takes ownership of the message; if you want to access the message after this call, you should add an additional reference before calling.

class Element
bool
postMessage

Parameters

message gst.message.Message

a #GstMessage to post

Return Value

Type: bool

true if the message was successfully posted. The function returns false if the element did not have a bus.

MT safe.