Gst.LibraryError
Library errors are for errors from the library being used by elements (initializing, finalizing, settings, ...)
- LibraryError.FAILED
a general error which doesn't fit in any other category. Make sure you add a custom message to the error call.
- LibraryError.TOO_LAZY
do not use this except as a placeholder for deciding where to go while developing code.
- LibraryError.INIT
used when the library could not be opened.
- LibraryError.SHUTDOWN
used when the library could not be closed.
- LibraryError.SETTINGS
used when the library doesn't accept settings.
- LibraryError.ENCODE
used when the library generated an encoding error.
- LibraryError.NUM_ERRORS
the number of library error types.