CoreError
Description:
[ CCode ( cprefix = "GST_CORE_ERROR_" , type_id = "gst_core_error_get_type ()" ) ]
public errordomain CoreError
Core errors are errors inside the core GStreamer library.
Content:
Error codes:
- 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.
- 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.
Static methods: