From 9a300fc501b85f7e3b37cf187b6a4e89f05cedd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sat, 28 Jan 2023 20:02:49 +0000 Subject: [PATCH] validate-scenario: fix g-i warning in annotation gst-validate-scenario.c:2485: Warning: GstValidate: missing ":" at column 28: Part-of: --- .../gst-devtools/validate/gst/validate/gst-validate-scenario.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 853208a272..107dde1229 100644 --- a/subprojects/gst-devtools/validate/gst/validate/gst-validate-scenario.c +++ b/subprojects/gst-devtools/validate/gst/validate/gst-validate-scenario.c @@ -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 */