validate: Fix typo in get_reports
authorCorentin Noël <tintou@noel.tf>
Tue, 15 Mar 2022 12:57:11 +0000 (13:57 +0100)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Wed, 16 Mar 2022 10:37:44 +0000 (10:37 +0000)
Return without s isn't taken into account for the introspection.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1965>

subprojects/gst-devtools/validate/gst/validate/gst-validate-runner.c

index 84ef0c7..cb6b8bf 100644 (file)
@@ -780,7 +780,7 @@ gst_validate_runner_get_reports_count (GstValidateRunner * runner)
  * gst_validate_runner_get_reports:
  * @runner: The #GstValidateRunner
  *
- * Return: (element-type GstValidateReport)(transfer full): all the reports
+ * Returns: (element-type GstValidateReport) (transfer full): all the reports
  */
 GList *
 gst_validate_runner_get_reports (GstValidateRunner * runner)