Bus.post

Posts a message on the given bus. Ownership of the message is taken by the bus.

class Bus
bool
post

Parameters

message gst.message.Message

the #GstMessage to post

Return Value

Type: bool

true if the message could be posted, false if the bus is flushing.