Bus.peek

Peeks the message on the top of the bus' queue. The message will remain on the bus' message queue.

class Bus
peek
()

Return Value

Type: gst.message.Message

the #GstMessage that is on the bus, or null if the bus is empty.