CoreError#
- class CoreError#
Core errors are errors inside the core GStreamer library.
Methods#
Fields#
- class CoreError
- CAPS#
Used for caps-related errors.
- CLOCK#
Used for clock related errors.
- DISABLED#
Used if functionality has been disabled at compile time.
- EVENT#
Used for event-related errors.
- FAILED#
A general error which doesn’t fit in any other category. Make sure you add a custom message to the error call.
- MISSING_PLUGIN#
Used if a plugin is missing.
- NEGOTIATION#
Used for negotiation-related errors.
- NOT_IMPLEMENTED#
Use this when you do not want to implement this functionality yet.
- NUM_ERRORS#
The number of core error types.
- PAD#
Used for pad-related errors.
- SEEK#
Used for seek-related errors.
- STATE_CHANGE#
Used for state change errors.
- TAG#
Used for negotiation-related errors.
- THREAD#
Used for thread-related errors.
- TOO_LAZY#
Do not use this except as a placeholder for deciding where to go while developing code.