ObjectGst.defaultError

A default error function that uses glib.global.printerr to display the error message and the optional debug string..

The default handler will simply print the error string using g_print.

class ObjectGst
void
defaultError
(,
string debug_ = null
)

Parameters

error glib.error.ErrorG

the GError.

debug_ string

an additional debug information string, or null