Gst.DebugCategory.prototype.reset_threshold
function reset_threshold():void { // Gjs wrapper for gst_debug_category_reset_threshold() }
Resets the threshold of the category to the default level. Debug information will only be output if the threshold is lower or equal to the level of the debugging message. Use this function to set the threshold back to where it was after using Gst.set_threshold.