mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 09:10:36 +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
|
||||
* @height: the height
|
||||
* @n_planes: number of planes
|
||||
* @offset: offset of each plane
|
||||
* @stride: stride of each plane
|
||||
* @offset: (array fixed-size=4): offset of each plane
|
||||
* @stride: (array fixed-size=4): stride of each plane
|
||||
*
|
||||
* Attaches GstVideoMeta metadata to @buffer with the given parameters.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue