Gst.CoreError

Core errors are errors inside the core GStreamer library.

CoreError.FAILED

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

CoreError.TOO_LAZY

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

CoreError.NOT_IMPLEMENTED

use this when you do not want to implement this functionality yet.

CoreError.STATE_CHANGE

used for state change errors.

CoreError.PAD

used for pad-related errors.

CoreError.THREAD

used for thread-related errors.

CoreError.NEGOTIATION

used for negotiation-related errors.

CoreError.EVENT

used for event-related errors.

CoreError.SEEK

used for seek-related errors.

CoreError.CAPS

used for caps-related errors.

CoreError.TAG

used for negotiation-related errors.

CoreError.MISSING_PLUGIN

used if a plugin is missing.

CoreError.CLOCK

used for clock related errors.

CoreError.DISABLED

used if functionality has been disabled at compile time.

CoreError.NUM_ERRORS

the number of core error types.