diff --git a/ChangeLog b/ChangeLog index 39019e99d1..7376664e2e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-01-30 Stefan Kost + + * gst/gstplugin.h: + Fix and expand GstPluginDesc API docs. + 2007-01-29 Stefan Kost * configure.ac: diff --git a/gst/gstplugin.h b/gst/gstplugin.h index 264473aad7..15d633cb11 100644 --- a/gst/gstplugin.h +++ b/gst/gstplugin.h @@ -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;