gst/gstregistry.c: Tell the *truth* when improving the documentation.
authorStefan Kost <ensonic@users.sourceforge.net>
Thu, 24 Apr 2008 06:46:54 +0000 (06:46 +0000)
committerStefan Kost <ensonic@users.sourceforge.net>
Thu, 24 Apr 2008 06:46:54 +0000 (06:46 +0000)
Original commit message from CVS:
* gst/gstregistry.c:
Tell the *truth* when improving the documentation.

ChangeLog
gst/gstregistry.c

index 5a72393..c56d036 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-04-24  Stefan Kost  <ensonic@users.sf.net>
+
+       * gst/gstregistry.c:
+         Tell the *truth* when improving the documentation.
+
 2008-04-23  Sebastian Dröge  <slomo@circular-chaos.org>
 
        * gst/gstelementfactory.c: (gst_element_factory_make):
index 7d78876..3bff5cf 100644 (file)
@@ -545,8 +545,8 @@ gst_registry_plugin_filter (GstRegistry * registry,
  * If the first flag is set, only the first match is
  * returned (as a list with a single object).
  *
- * Returns: a #GList of #GstPluginFeature. Use gst_plugin_list_free() after
- * usage.
+ * Returns: a #GList of #GstPluginFeature. Use gst_plugin_feature_list_free()
+ * after usage.
  *
  * MT safe.
  */