typefindhelper: Fix docs/annotations for the new functions

Follow-up for https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3296

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3418>
This commit is contained in:
Sebastian Dröge 2022-11-15 19:14:14 +02:00 committed by GStreamer Marge Bot
parent 424e208170
commit 72c5105312

View file

@ -997,7 +997,7 @@ done:
* *
* Free-function: g_list_free * Free-function: g_list_free
* *
* Returns: (transfer full) (nullable): the list of #GstTypeFindFactory * Returns: (transfer full) (nullable) (element-type Gst.TypeFindFactory): the list of #GstTypeFindFactory
* corresponding to @caps, or %NULL if no typefinder could be * corresponding to @caps, or %NULL if no typefinder could be
* found. Caller should free the returned list with g_list_free() * found. Caller should free the returned list with g_list_free()
* and list elements with gst_object_unref(). * and list elements with gst_object_unref().
@ -1081,7 +1081,7 @@ gst_type_find_data_new (GstObject * obj, const guint8 * data, gsize size)
} }
/** /**
* gst_type_find_data_get_probability: (skip) * gst_type_find_data_get_caps: (skip)
* @data: GstTypeFindData * * @data: GstTypeFindData *
* *
* Returns #GstCaps associated with #GstTypeFindData * Returns #GstCaps associated with #GstTypeFindData
@ -1105,7 +1105,7 @@ gst_type_find_data_get_caps (GstTypeFindData * data)
* *
* Returns #GstTypeFindProbability associated with #GstTypeFindData * Returns #GstTypeFindProbability associated with #GstTypeFindData
* *
* Returns: (transfer full): #GstTypeFindProbability. * Returns: #GstTypeFindProbability.
* *
* Since: 1.22 * Since: 1.22
* *
@ -1124,7 +1124,7 @@ gst_type_find_data_get_probability (GstTypeFindData * data)
* *
* Returns #GstTypeFind associated with #GstTypeFindData * Returns #GstTypeFind associated with #GstTypeFindData
* *
* Returns: (transfer full) (nullable): #GstTypeFind. * Returns: #GstTypeFind.
* *
* Since: 1.22 * Since: 1.22
* *
@ -1138,7 +1138,7 @@ gst_type_find_data_get_typefind (GstTypeFindData * data)
} }
/** /**
* gst_type_find_data_get_probability: (skip) * gst_type_find_data_free: (skip)
* @data: GstTypeFindData * to free * @data: GstTypeFindData * to free
* *
* Since: 1.22 * Since: 1.22