validate: Fix typo in get_reports

Return without s isn't taken into account for the introspection.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1965>
This commit is contained in:
Corentin Noël 2022-03-15 13:57:11 +01:00 committed by GStreamer Marge Bot
parent 7895bf38ad
commit 15a75b99df

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