GstLibraryError

Library errors are for errors from the library being used by elements (initializing, finalizing, settings, ...)

Values

ValueMeaning
FAILED1

a general error which doesn't fit in any other category. Make sure you add a custom message to the error call.

TOO_LAZY2

do not use this except as a placeholder for deciding where to go while developing code.

INIT3

used when the library could not be opened.

SHUTDOWN4

used when the library could not be closed.

SETTINGS5

used when the library doesn't accept settings.

ENCODE6

used when the library generated an encoding error.

NUM_ERRORS7

the number of library error types.