GstLibraryError

Library errors are for errors from the library being used by elements (initializing, finalizing, settings, ...) GST_LIBRARY_ERROR_FAILED a general error which doesn't fit in any other category. Make sure you add a custom message to the error call. GST_LIBRARY_ERROR_TOO_LAZY do not use this except as a placeholder for deciding where to go while developing code. GST_LIBRARY_ERROR_INIT used when the library could not be opened. GST_LIBRARY_ERROR_SHUTDOWN used when the library could not be closed. GST_LIBRARY_ERROR_SETTINGS used when the library doesn't accept settings. GST_LIBRARY_ERROR_ENCODE used when the library generated an encoding error. GST_LIBRARY_ERROR_NUM_ERRORS the number of library error types.

Values

ValueMeaning
FAILED1
TOO_LAZY
INIT
SHUTDOWN
SETTINGS
ENCODE
NUM_ERRORS

Meta