Module: Gst::CoreError
- 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
- NOT_IMPLEMENTED =
use this when you do not want to implement this functionality yet.
3 or :not_implemented
- STATE_CHANGE =
used for state change errors.
4 or :state_change
- PAD =
used for pad-related errors.
5 or :pad
- THREAD =
used for thread-related errors.
6 or :thread
- NEGOTIATION =
used for negotiation-related errors.
7 or :negotiation
- EVENT =
used for event-related errors.
8 or :event
- SEEK =
used for seek-related errors.
9 or :seek
- CAPS =
used for caps-related errors.
10 or :caps
- TAG =
used for negotiation-related errors.
11 or :tag
- MISSING_PLUGIN =
used if a plugin is missing.
12 or :missing_plugin
- CLOCK =
used for clock related errors.
13 or :clock
- DISABLED =
used if functionality has been disabled at compile time.
14 or :disabled
- NUM_ERRORS =
the number of core error types.
15 or :num_errors