validate-scenario: fix g-i warning in annotation

gst-validate-scenario.c:2485: Warning: GstValidate: missing ":" at column 28:

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3841>
This commit is contained in:
Tim-Philipp Müller 2023-01-28 20:02:49 +00:00
parent 4d240c27b7
commit 9a300fc501

View file

@ -2482,7 +2482,7 @@ _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
* @action: (transfer full): The #GstValidateAction to execute
*
* Executes @action
*/