mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
video: Fix annotations for gst_buffer_add_video_meta_full()
This commit is contained in:
parent
8707914d23
commit
4e125c20ac
1 changed files with 2 additions and 2 deletions
|
@ -298,8 +298,8 @@ gst_buffer_add_video_meta (GstBuffer * buffer,
|
||||||
* @width: the width
|
* @width: the width
|
||||||
* @height: the height
|
* @height: the height
|
||||||
* @n_planes: number of planes
|
* @n_planes: number of planes
|
||||||
* @offset: offset of each plane
|
* @offset: (array fixed-size=4): offset of each plane
|
||||||
* @stride: stride of each plane
|
* @stride: (array fixed-size=4): stride of each plane
|
||||||
*
|
*
|
||||||
* Attaches GstVideoMeta metadata to @buffer with the given parameters.
|
* Attaches GstVideoMeta metadata to @buffer with the given parameters.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue