GstPluginDesc

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, Proprietary, unknown. gintmajor_version;

Members

Variables

_GstReserved
void*[GST_PADDING] _GstReserved;
Undocumented in source.
description
char* description;
Undocumented in source.
license
char* license;
Undocumented in source.
majorVersion
int majorVersion;
Undocumented in source.
minorVersion
int minorVersion;
Undocumented in source.
name
char* name;
Undocumented in source.
origin
char* origin;
Undocumented in source.
p
char* p;
Undocumented in source.
pluginInit
GstPluginInitFunc pluginInit;
Undocumented in source.
source
char* source;
Undocumented in source.
versio
char* versio;
Undocumented in source.

Meta