Bus.post

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

class Bus
bool
post

Parameters

message Message

the gstreamer.Message to post

Return Value

Type: bool

TRUE if the message could be posted, FALSE if the bus is flushing.

MT safe.