videometa: Fix documentation

Fix gst_video_region_of_interest_meta_add_params to
gst_video_region_of_interest_meta_add_param and add newline to be
more readable.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/722>
This commit is contained in:
Seungha Yang 2020-06-24 01:57:57 +09:00
parent 63933da9e8
commit 946e00f581

View file

@ -311,7 +311,8 @@ gboolean gst_video_gl_texture_upload_meta_upload (GstVideoGLTextureUploadMe
* @y: y component of upper-left corner
* @w: bounding box width
* @h: bounding box height
* @params: list of #GstStructure containing element-specific params for downstream, see gst_video_region_of_interest_meta_add_params(). (Since: 1.14)
* @params: list of #GstStructure containing element-specific params for downstream,
* see gst_video_region_of_interest_meta_add_param(). (Since: 1.14)
*
* Extra buffer metadata describing an image region of interest
*/