From fb0fecbf48b1a43821484991ec26f6d0d7b9f7ca Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 25 Dec 2013 15:22:24 +0100 Subject: [PATCH] video-tile: improve docs https://bugzilla.gnome.org/show_bug.cgi?id=707361 --- gst-libs/gst/video/video-tile.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gst-libs/gst/video/video-tile.h b/gst-libs/gst/video/video-tile.h index e52183b..278dfde 100644 --- a/gst-libs/gst/video/video-tile.h +++ b/gst-libs/gst/video/video-tile.h @@ -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. */ -- 2.7.4