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:
Stefan Kost 2007-01-30 15:04:33 +00:00
parent ea55e1357e
commit 8dd745a6b2
2 changed files with 9 additions and 2 deletions

View file

@ -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:

View file

@ -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;