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: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1803>
This commit is contained in:
Sebastian Dröge 2022-02-27 13:19:49 +02:00
parent cc3419daf6
commit 6c3642da49

View file

@ -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
*