From 6c3642da491b063429cb8c95da52573aecafbc47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sun, 27 Feb 2022 13:19:49 +0200 Subject: [PATCH] video-format-info: Use correct parameter name in gst_video_format_info_extrapolate_stride() docs ../subprojects/gst-plugins-base/gst-libs/gst/video/video-format.c:7570: Warning: GstVideo: gst_video_format_info_extrapolate_stride: unknown parameter 'info' in documentation comment, should be 'finfo' Part-of: --- subprojects/gst-plugins-base/gst-libs/gst/video/video-format.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/gst-plugins-base/gst-libs/gst/video/video-format.c b/subprojects/gst-plugins-base/gst-libs/gst/video/video-format.c index dae117d0b3..422a0f9ec7 100644 --- a/subprojects/gst-plugins-base/gst-libs/gst/video/video-format.c +++ b/subprojects/gst-plugins-base/gst-libs/gst/video/video-format.c @@ -7567,7 +7567,7 @@ gst_video_format_info_component (const GstVideoFormatInfo * info, guint plane, /** * gst_video_format_info_extrapolate_stride: - * @info: #GstVideoFormatInfo + * @finfo: #GstVideoFormatInfo * @plane: a plane number * @stride: The fist plane stride *