gst/gstplugin.h: Fix and expand GstPluginDesc API docs.
authorStefan Kost <ensonic@users.sourceforge.net>
Tue, 30 Jan 2007 15:04:33 +0000 (15:04 +0000)
committerStefan Kost <ensonic@users.sourceforge.net>
Tue, 30 Jan 2007 15:04:33 +0000 (15:04 +0000)
Original commit message from CVS:
* gst/gstplugin.h:
Fix and expand GstPluginDesc API docs.

ChangeLog
gst/gstplugin.h

index 39019e9..7376664 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
index 264473a..15d633c 100644 (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;