ObjectGst.defaultError

A default error function that uses g_printerr() to display the error message and the optional debug sting..

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

class ObjectGst
void
defaultError
(,
string dbg
)

Parameters

error ErrorG

the GError.

dbg string

an additional debug information string, or %NULL

Meta