mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
video: fix some GIR array annotations
This commit is contained in:
parent
751e9640f9
commit
9c92ae89c7
1 changed files with 2 additions and 2 deletions
|
@ -187,8 +187,8 @@ gst_video_colorimetry_matches (const GstVideoColorimetry * cinfo,
|
|||
* gst_video_color_range_offsets:
|
||||
* @range: a #GstVideoColorRange
|
||||
* @info: a #GstVideoFormatInfo
|
||||
* @offset: (out) (array fixed-size=4): output offsets
|
||||
* @scale: (out) (array fixed-size=4): output scale
|
||||
* @offset: (out caller-allocates) (array fixed-size=4): output offsets
|
||||
* @scale: (out caller-allocates) (array fixed-size=4): output scale
|
||||
*
|
||||
* Compute the offset and scale values for each component of @info. For each
|
||||
* component, (c[i] - offset[i]) / scale[i] will scale the component c[i] to the
|
||||
|
|
Loading…
Reference in a new issue