videometa: Fix documentation
authorSeungha Yang <seungha@centricular.com>
Tue, 23 Jun 2020 16:57:57 +0000 (01:57 +0900)
committerSeungha Yang <seungha@centricular.com>
Tue, 23 Jun 2020 17:02:50 +0000 (02:02 +0900)
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>

gst-libs/gst/video/gstvideometa.h

index 68c5de4..8c8436b 100644 (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
  */