Gjsify LogoGjsify Logo

A plugin should export a variable of this type called plugin_desc. The plugin loader will use the data provided there to initialize the plugin.

The licence parameter must be one of: LGPL, GPL, QPL, GPL/QPL, MPL, BSD, MIT/X11, Proprietary, unknown.

record

Hierarchy

  • PluginDesc

Index

Constructors

Properties

description: string

description of plugin

field
license: string

effective license of plugin

field
major_version: number

the major version number of core that plugin was compiled for

field
minor_version: number

the minor version number of core that plugin was compiled for

field
name: string

a unique name of the plugin

field
origin: string

URL to provider of plugin

field
package: string

shipped package plugin belongs to

field
plugin_init: Gst.PluginInitFunc

pointer to the init function of this plugin.

field
release_datetime: string

date time string in ISO 8601 format (or rather, a subset thereof), or %NULL. Allowed are the following formats: "YYYY-MM-DD" and "YYY-MM-DDTHH:MMZ" (with 'T' a separator and 'Z' indicating UTC/Zulu time). This field should be set via the GST_PACKAGE_RELEASE_DATETIME preprocessor macro.

field
source: string

source module plugin belongs to

field
version: string

version of the plugin

field
name: string

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