Gjsify LogoGjsify Logo

Result codes returned by gst_install_plugins_async() and gst_install_plugins_sync(), and also the result code passed to the #GstInstallPluginsResultFunc specified with gst_install_plugins_async().

These codes indicate success or failure of starting an external installer program and to what extent the requested plugins could be installed.

Index

Enumeration Members

CRASHED: number

the installer had an unclean exit code (ie. death by signal)

ERROR: number

an error occurred during the installation. If this happens, the user has already seen an error message and another one should not be displayed

HELPER_MISSING: number

the helper script to call the actual installer is not installed

INSTALL_IN_PROGRESS: number

a previously-started plugin installation is still in progress, try again later

INTERNAL_FAILURE: number

some internal failure has occurred when trying to start the installer

INVALID: number

the helper returned an invalid status code

NOT_FOUND: number

no appropriate installation candidate for any of the requested plugins could be found. Only return this if nothing has been installed. Return #GST_INSTALL_PLUGINS_PARTIAL_SUCCESS if some (but not all) of the requested plugins could be installed.

PARTIAL_SUCCESS: number

some of the requested plugins could be installed, but not all

STARTED_OK: number

returned by gst_install_plugins_async() to indicate that everything went fine so far and the provided callback will be called with the result of the installation later

SUCCESS: number

all of the requested plugins could be installed

USER_ABORT: number

the user has aborted the installation

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