Bus.pop

Get a message from the bus.

class Bus
pop
()

Return Value

Type: Message

the gstreamer.Message 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 Message.unref after usage.

MT safe.