gst/gsttypefindfactory.c: Fix docs that recommened wrong function to use.
authorStefan Kost <ensonic@users.sourceforge.net>
Tue, 24 Jul 2007 11:31:09 +0000 (11:31 +0000)
committerStefan Kost <ensonic@users.sourceforge.net>
Tue, 24 Jul 2007 11:31:09 +0000 (11:31 +0000)
Original commit message from CVS:
* gst/gsttypefindfactory.c:
Fix docs that recommened wrong function to use.

ChangeLog
gst/gsttypefindfactory.c

index 7f7f29d..9009884 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-07-24  Stefan Kost  <ensonic@users.sf.net>
+
+       * gst/gsttypefindfactory.c:
+         Fix docs that recommened wrong function to use.
+
 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
 
        * tools/gst-inspect.c: (print_plugin_features):
index 607106b..ab24940 100644 (file)
@@ -169,7 +169,7 @@ gst_type_find_factory_dispose (GObject * object)
  * gst_type_find_factory_get_list:
  *
  * Gets the list of all registered typefind factories. You must free the
- * list using g_list_free.
+ * list using gst_plugin_feature_list_free.
  *
  * Returns: the list of all registered #GstTypeFindFactory.
  */