debug_set_active

function debug_set_active(active:Boolean):void {
    // Gjs wrapper for gst_debug_set_active()
}

If activated, debugging messages are sent to the debugging handlers. It makes sense to deactivate it for speed issues. <note><para>This function is not threadsafe. It makes sense to only call it during initialization.</para></note>

active

Whether to use debugging output or not