debug_set_default_threshold

function debug_set_default_threshold(level:Gst.DebugLevel):void {
    // Gjs wrapper for gst_debug_set_default_threshold()
}

Sets the default threshold to the given level and updates all categories to use this threshold.

This function may be called before init.

level

level to set