video: Fix annotations for gst_buffer_add_video_meta_full()

This commit is contained in:
Sebastian Dröge 2018-09-29 11:26:27 +03:00
parent 8707914d23
commit 4e125c20ac

View file

@ -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.
*