mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 03:31:05 +00:00
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:
parent
8a6023a38a
commit
fa23e24f41
1 changed files with 7 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue