Gst.PluginDesc¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
description |
r/w |
description of plugin |
|
license |
r/w |
effective license of plugin |
|
major_version |
r/w |
the major version number of core that plugin was compiled for |
|
minor_version |
r/w |
the minor version number of core that plugin was compiled for |
|
name |
r/w |
a unique name of the plugin |
|
origin |
r/w |
URL to provider of plugin |
|
package |
r/w |
shipped package plugin belongs to |
|
plugin_init |
r/w |
pointer to the init function of this plugin. |
|
release_datetime |
r/w |
date time string in ISO 8601 format (or rather, a subset thereof), or |
|
source |
r/w |
source module plugin belongs to |
|
version |
r/w |
version of the plugin |
Methods¶
None
Details¶
- class Gst.PluginDesc¶
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.