Element.getBus

Returns the bus of the element. Note that only a gstreamer.Pipeline will provide a bus for the application.

class Element
getBus
()

Return Value

Type: Bus

the element's gstreamer.Bus unref after usage.

MT safe.