mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
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:
parent
7895bf38ad
commit
15a75b99df
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue