From 31d6cc27cc052438c596f2fb2d0263f2b5d2169c Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Thu, 24 Apr 2008 06:46:54 +0000 Subject: [PATCH] gst/gstregistry.c: Tell the *truth* when improving the documentation. Original commit message from CVS: * gst/gstregistry.c: Tell the *truth* when improving the documentation. --- ChangeLog | 5 +++++ gst/gstregistry.c | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5a72393bc1..c56d0364fd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-04-24 Stefan Kost + + * gst/gstregistry.c: + Tell the *truth* when improving the documentation. + 2008-04-23 Sebastian Dröge * gst/gstelementfactory.c: (gst_element_factory_make): diff --git a/gst/gstregistry.c b/gst/gstregistry.c index 7d78876c88..3bff5cf134 100644 --- a/gst/gstregistry.c +++ b/gst/gstregistry.c @@ -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. */