validate: Fix gst_validate_execute_action annotation
authorThibault Saunier <tsaunier@igalia.com>
Fri, 27 Jan 2023 16:49:33 +0000 (13:49 -0300)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Sat, 28 Jan 2023 18:22:44 +0000 (18:22 +0000)
The action passed in is transfer full

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3838>

subprojects/gst-devtools/validate/gst/validate/gst-validate-scenario.c

index 47fec1e..853208a 100644 (file)
@@ -2479,6 +2479,13 @@ _foreach_find_iterator (GQuark field_id, GValue * value,
 }
 
 
+/**
+ * gst_validate_execute_action:
+ * @action_type: The #GstValidateActionType to execute
+ * @action: (transfer full) The #GstValidateAction to execute
+ *
+ * Executes @action
+ */
 GstValidateExecuteActionReturn
 gst_validate_execute_action (GstValidateActionType * action_type,
     GstValidateAction * action)