gst/gsttypefindfactory.c: Fix docs that recommened wrong function to use.

Original commit message from CVS:
* gst/gsttypefindfactory.c:
Fix docs that recommened wrong function to use.
This commit is contained in:
Stefan Kost 2007-07-24 11:31:09 +00:00
parent ab00ed8989
commit 6a246a8954
2 changed files with 6 additions and 1 deletions

View file

@ -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):

View 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.
*/