From: Tim-Philipp Müller Date: Wed, 13 Apr 2011 08:10:52 +0000 (+0100) Subject: docs: fix typo in video format docs X-Git-Tag: 1.19.3~511^2~6555^2~987 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=49cc1718a827ab97a8bad13a4975339e65297961;p=platform%2Fupstream%2Fgstreamer.git docs: fix typo in video format docs --- diff --git a/gst-libs/gst/video/video.h b/gst-libs/gst/video/video.h index 8f5cabf..fdd6b43 100644 --- a/gst-libs/gst/video/video.h +++ b/gst-libs/gst/video/video.h @@ -70,7 +70,7 @@ G_BEGIN_DECLS * @GST_VIDEO_FORMAT_YVU9: planar 4:1:0 YUV (like YUV9 but UV planes swapped) (Since: 0.10.32) * @GST_VIDEO_FORMAT_IYU1: packed 4:1:1 YUV (Cb-Y0-Y1-Cr-Y2-Y3 ...) (Since: 0.10.32) * @GST_VIDEO_FORMAT_ARGB64: rgb with alpha channel first, 16 bits per channel (Since: 0.10.33) - * @GST_VIDEO_FORMAT_AY64: packed 4:4:4 YUV with alpha channel, 16 bits per channel (A0-Y0-U0-V0 ...) (Since: 0.10.33) + * @GST_VIDEO_FORMAT_AYUV64: packed 4:4:4 YUV with alpha channel, 16 bits per channel (A0-Y0-U0-V0 ...) (Since: 0.10.33) * @GST_VIDEO_FORMAT_r210: packed 4:4:4 RGB, 10 bits per channel (Since: 0.10.33) * * Enum value describing the most common video formats.