From 8c49fcbc8321cad437bb329d482f0119f1d71cb7 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Mon, 19 Sep 2022 08:54:15 +0200 Subject: [PATCH] video-converter: Fix doc Argument names weren't correct Part-of: --- subprojects/gst-plugins-base/gst-libs/gst/video/video-converter.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subprojects/gst-plugins-base/gst-libs/gst/video/video-converter.c b/subprojects/gst-plugins-base/gst-libs/gst/video/video-converter.c index 5123466..c64d58a 100644 --- a/subprojects/gst-plugins-base/gst-libs/gst/video/video-converter.c +++ b/subprojects/gst-plugins-base/gst-libs/gst/video/video-converter.c @@ -8267,7 +8267,7 @@ video_converter_lookup_fastpath (GstVideoConverter * convert) /** * gst_video_converter_get_in_info: - * @in_info: a #GstVideoConverter + * @convert: a #GstVideoConverter * * Retrieve the input format of @convert. * @@ -8283,7 +8283,7 @@ gst_video_converter_get_in_info (GstVideoConverter * convert) /** * gst_video_converter_get_out_info: - * @in_info: a #GstVideoConverter + * @convert: a #GstVideoConverter * * Retrieve the output format of @convert. * -- 2.7.4