mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
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:
parent
63933da9e8
commit
946e00f581
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue