Bus.post
bool post(gst.message.Message message)Posts a message on the given bus. Ownership of the message is taken by the bus.
Parameters
message | the #GstMessage to post |
Returns
true if the message could be posted, false if the bus is flushing.
bool post(gst.message.Message message)Posts a message on the given bus. Ownership of the message is taken by the bus.
message | the #GstMessage to post |