mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
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:
parent
763e6a7d89
commit
31d6cc27cc
2 changed files with 7 additions and 2 deletions
|
@ -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):
|
||||
|
|
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue