validate: Fix gst_validate_execute_action annotation

The action passed in is transfer full

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3829>
This commit is contained in:
Thibault Saunier 2023-01-27 13:49:33 -03:00 committed by GStreamer Marge Bot
parent 8a6023a38a
commit fa23e24f41

View 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)