LibraryError
Description:
[ CCode ( cprefix = "GST_LIBRARY_ERROR_" , type_id = "gst_library_error_get_type ()" ) ]
public errordomain LibraryError
Library errors are for errors from the library being used by elements (initializing, finalizing, settings, ...)
Content:
Error codes:
- ENCODE - used when the library generated an
encoding error.
- FAILED - a general error which doesn't fit
in any other category.
- INIT - used when the library could not be
opened.
- NUM_ERRORS - the number of library
error types.
- SETTINGS - used when the library doesn't
accept settings.
- SHUTDOWN - used when the library could
not be closed.
- TOO_LAZY - do not use this except as a
placeholder for deciding where to go while developing code.
Static methods:
- public static Quark quark ()