mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
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:
parent
ab00ed8989
commit
6a246a8954
2 changed files with 6 additions and 1 deletions
|
@ -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):
|
||||
|
|
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue