diff --git a/ChangeLog b/ChangeLog index 7f7f29d9cf..9009884116 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-07-24 Stefan Kost + + * gst/gsttypefindfactory.c: + Fix docs that recommened wrong function to use. + 2007-07-23 Stefan Kost * tools/gst-inspect.c: (print_plugin_features): diff --git a/gst/gsttypefindfactory.c b/gst/gsttypefindfactory.c index 607106b9f9..ab249404f3 100644 --- a/gst/gsttypefindfactory.c +++ b/gst/gsttypefindfactory.c @@ -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. */