Gst.Pipeline.prototype.get_auto_flush_bus

function get_auto_flush_bus():Boolean {
    // Gjs wrapper for gst_pipeline_get_auto_flush_bus()
}

Check if pipeline will automatically flush messages when going to the NULL state.

Returns

whether the pipeline will automatically flush its bus when going from READY to NULL state or not. MT safe.