Bus.post

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

class Bus
int
post

Parameters

message Message

the GstMessage to post. [transfer full]

Return Value

Type: int

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

Meta