From e583baf6b20900d69efe825587cecdbcfd922642 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Fri, 27 Jan 2023 13:49:33 -0300 Subject: [PATCH] validate: Fix gst_validate_execute_action annotation The action passed in is transfer full Part-of: --- .../validate/gst/validate/gst-validate-scenario.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/subprojects/gst-devtools/validate/gst/validate/gst-validate-scenario.c b/subprojects/gst-devtools/validate/gst/validate/gst-validate-scenario.c index 47fec1ee80..853208a272 100644 --- a/subprojects/gst-devtools/validate/gst/validate/gst-validate-scenario.c +++ b/subprojects/gst-devtools/validate/gst/validate/gst-validate-scenario.c @@ -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)