debug_set_threshold_for_name

function debug_set_threshold_for_name(name:String, level:Gst.DebugLevel):void {
    // Gjs wrapper for gst_debug_set_threshold_for_name()
}

Sets all categories which match the given glob style pattern to the given level.

name

name of the categories to set

level

level to set them to