Gst.Pipeline.prototype.get_bus
function get_bus():Gst.Bus {
// Gjs wrapper for gst_pipeline_get_bus()
}Gets the Gst.Bus of pipeline. The bus allows applications to receive Gst.Message packets.
- Returns
a Gst.Bus, unref after usage. MT safe.
function get_bus():Gst.Bus {
// Gjs wrapper for gst_pipeline_get_bus()
}Gets the Gst.Bus of pipeline. The bus allows applications to receive Gst.Message packets.
a Gst.Bus, unref after usage. MT safe.