Gst.Object.prototype.default_error
function default_error(error:GLib.Error, debug:String):void {
// Gjs wrapper for gst_object_default_error()
}A default error function that uses GLib.printerr to display the error message and the optional debug sting..
The default handler will simply print the error string using g_print.
- error
the GError.
- debug
an additional debug information string, or NULL