summaryrefslogtreecommitdiff
path: root/gst-libs/gst/video/gstvideometa.h
diff options
context:
space:
mode:
authorJan Schmidt <jan@centricular.com>2014-08-15 01:04:45 +1000
committerJan Schmidt <jan@centricular.com>2014-08-15 01:08:12 +1000
commit2a3753412944d7f3fc95a48011fa7c388bdbcf08 (patch)
treede969e6de70fcf0f74659eb6b38eb4a15fc08736 /gst-libs/gst/video/gstvideometa.h
parent946dc6b09f168a0b5087a612ff25c1493ed44035 (diff)
video: Various simple docs fixes
Diffstat (limited to 'gst-libs/gst/video/gstvideometa.h')
-rw-r--r--gst-libs/gst/video/gstvideometa.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst-libs/gst/video/gstvideometa.h b/gst-libs/gst/video/gstvideometa.h
index e693659c9..58dd20fc4 100644
--- a/gst-libs/gst/video/gstvideometa.h
+++ b/gst-libs/gst/video/gstvideometa.h
@@ -255,8 +255,8 @@ gboolean gst_video_gl_texture_upload_meta_upload (GstVideoGLTextureUploadMe
* @parent_id: identifier of its parent ROI, used f.i. for ROI hierarchisation.
* @x: x component of upper-left corner
* @y: y component of upper-left corner
- * @width: bounding box width
- * @height: bounding box height
+ * @w: bounding box width
+ * @h: bounding box height
*
* Extra buffer metadata describing an image region of interest
*/