mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
gst/gstplugin.h: Fix and expand GstPluginDesc API docs.
Original commit message from CVS: * gst/gstplugin.h: Fix and expand GstPluginDesc API docs.
This commit is contained in:
parent
ea55e1357e
commit
8dd745a6b2
2 changed files with 9 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-01-30 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* gst/gstplugin.h:
|
||||
Fix and expand GstPluginDesc API docs.
|
||||
|
||||
2007-01-29 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* configure.ac:
|
||||
|
|
|
@ -101,9 +101,11 @@ typedef gboolean (*GstPluginInitFunc) (GstPlugin *plugin);
|
|||
* @origin: URL to provider of plugin
|
||||
* @_gst_reserved: private, for later expansion
|
||||
*
|
||||
* 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.
|
||||
*
|
||||
* A plugins should export a variable of this type called plugin_desc. This plugin
|
||||
* loaded will use this variable to initialize the plugin.
|
||||
* The @licence parameter must be one of: LGPL, GPL, QPL, GPL/QPL, MPL,
|
||||
* Proprietary, unknown.
|
||||
*/
|
||||
struct _GstPluginDesc {
|
||||
gint major_version;
|
||||
|
|
Loading…
Reference in a new issue