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.
This commit is contained in:
Stefan Kost 2008-04-24 06:46:54 +00:00
parent 763e6a7d89
commit 31d6cc27cc
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2008-04-24 Stefan Kost <ensonic@users.sf.net>
* gst/gstregistry.c:
Tell the *truth* when improving the documentation.
2008-04-23 Sebastian Dröge <slomo@circular-chaos.org>
* gst/gstelementfactory.c: (gst_element_factory_make):

View file

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