diff options
author | Jan Schmidt <jan@centricular.com> | 2015-05-30 00:58:38 +1000 |
---|---|---|
committer | Jan Schmidt <jan@centricular.com> | 2015-05-30 01:11:47 +1000 |
commit | 4882cb9f372fdc96aaa466b8e1dbf5fdf70612b9 (patch) | |
tree | 086dc96d62a72564ed960bf01e1d715419b5f9ef | |
parent | db86cff74dd7cf73ec4f3835010f2172114b5ec7 (diff) |
video-format: Fix minor docs typo
-rw-r--r-- | gst-libs/gst/video/video-format.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/video/video-format.h b/gst-libs/gst/video/video-format.h index 343663f2e..748a958e4 100644 --- a/gst-libs/gst/video/video-format.h +++ b/gst-libs/gst/video/video-format.h @@ -293,7 +293,7 @@ typedef void (*GstVideoFormatUnpack) (const GstVideoFormatInfo *info, * Because this function does not have a x coordinate, it is not possible to * pack pixels starting from an unaligned position. For tiled images this * means that packing should start from a tile coordinate. For subsampled - * formats this means that a complete pixel need to be packed. + * formats this means that a complete pixel needs to be packed. */ /* FIXME(2.0): remove the chroma_site, it is unused and is not relevant for * packing, chroma subsampling based on chroma-site should be done in a separate |