video-tile: improve docs
authorWim Taymans <wtaymans@redhat.com>
Wed, 25 Dec 2013 14:22:24 +0000 (15:22 +0100)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Mon, 13 Jan 2014 15:46:07 +0000 (10:46 -0500)
https://bugzilla.gnome.org/show_bug.cgi?id=707361

gst-libs/gst/video/video-tile.h

index e52183b..278dfde 100644 (file)
@@ -71,9 +71,10 @@ typedef enum
 /**
  * GstVideoTileMode:
  * @GST_VIDEO_TILE_MODE_UNKNOWN: Unknown or unset tile mode
- * @GST_VIDEO_TILE_MODE_ZFLIPZ_2X2: Every four adjacent buffers - two
+ * @GST_VIDEO_TILE_MODE_ZFLIPZ_2X2: Every four adjacent blocks - two
  *    horizontally and two vertically are grouped together and are located
- *    in memory in Z or flipped Z order.
+ *    in memory in Z or flipped Z order. In case of odd rows, the last row
+ *    of blocks is arranged in linear order.
  *
  * Enum value describing the available tiling modes.
  */