video-format-info: Use correct parameter name in gst_video_format_info_extrapolate_st...
authorSebastian Dröge <sebastian@centricular.com>
Sun, 27 Feb 2022 11:19:49 +0000 (13:19 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Sun, 27 Feb 2022 11:19:49 +0000 (13:19 +0200)
../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>

subprojects/gst-plugins-base/gst-libs/gst/video/video-format.c

index dae117d..422a0f9 100644 (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
  *