Bus.pop

Get a message from the bus.

class Bus
pop
()

Return Value

Type: Message

the #GstMessage that is on the bus, or %NULL if the bus is empty. The message is taken from the bus and needs to be unreffed with gst_message_unref() after usage.

MT safe.

Meta