From 4054ea491e9eb5064df9be8ac4077587af964da0 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Wed, 8 Dec 2010 11:51:59 +0200 Subject: [PATCH] docs: add () to xref the function. --- gst/gsttypefindfactory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gsttypefindfactory.c b/gst/gsttypefindfactory.c index 840916405f..26cbfb57c4 100644 --- a/gst/gsttypefindfactory.c +++ b/gst/gsttypefindfactory.c @@ -144,7 +144,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 gst_plugin_feature_list_free. + * list using gst_plugin_feature_list_free(). * * The returned factories are sorted by highest rank first, and then by * factory name. (behaviour change since 0.10.26)