mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
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:
parent
cc3419daf6
commit
6c3642da49
1 changed files with 1 additions and 1 deletions
|
@ -7567,7 +7567,7 @@ gst_video_format_info_component (const GstVideoFormatInfo * info, guint plane,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* gst_video_format_info_extrapolate_stride:
|
* gst_video_format_info_extrapolate_stride:
|
||||||
* @info: #GstVideoFormatInfo
|
* @finfo: #GstVideoFormatInfo
|
||||||
* @plane: a plane number
|
* @plane: a plane number
|
||||||
* @stride: The fist plane stride
|
* @stride: The fist plane stride
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue