Gjsify LogoGjsify Logo

Core errors are errors inside the core GStreamer library.

Index

Enumeration Members

CAPS: number

used for caps-related errors.

CLOCK: number

used for clock related errors.

DISABLED: number

used if functionality has been disabled at compile time.

EVENT: number

used for event-related errors.

FAILED: number

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

MISSING_PLUGIN: number

used if a plugin is missing.

NEGOTIATION: number

used for negotiation-related errors.

NOT_IMPLEMENTED: number

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

NUM_ERRORS: number

the number of core error types.

PAD: number

used for pad-related errors.

SEEK: number

used for seek-related errors.

STATE_CHANGE: number

used for state change errors.

TAG: number

used for negotiation-related errors.

THREAD: number

used for thread-related errors.

TOO_LAZY: number

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

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method