Module: Gst::LibraryError
- Defined in:
- (unknown)
Constant Summary collapse
- FAILED =
a general error which doesn't fit in any other category. Make sure you add a custom message to the error call.
1 or :failed
- TOO_LAZY =
do not use this except as a placeholder for deciding where to go while developing code.
2 or :too_lazy
- INIT =
used when the library could not be opened.
3 or :init
- SHUTDOWN =
used when the library could not be closed.
4 or :shutdown
- SETTINGS =
used when the library doesn't accept settings.
5 or :settings
- ENCODE =
used when the library generated an encoding error.
6 or :encode
- NUM_ERRORS =
the number of library error types.
7 or :num_errors