From: Benjamin Otte Date: Wed, 7 Oct 2009 07:58:27 +0000 (+0200) Subject: Update Since tags for NV12/NV21 X-Git-Tag: 1.19.3~511^2~9149 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a27f439ab3c97508691f43732bf8fdf1f6c196e9;p=platform%2Fupstream%2Fgstreamer.git Update Since tags for NV12/NV21 They are added in 0.10.26 now, not 0.10.25 --- diff --git a/gst-libs/gst/video/video.h b/gst-libs/gst/video/video.h index 34d1857..8b06dc3 100644 --- a/gst-libs/gst/video/video.h +++ b/gst-libs/gst/video/video.h @@ -51,8 +51,8 @@ G_BEGIN_DECLS * @GST_VIDEO_FORMAT_Y444: planar 4:4:4 YUV (Since: 0.10.24) * @GST_VIDEO_FORMAT_v210: packed 4:2:2 10-bit YUV, complex format (Since: 0.10.24) * @GST_VIDEO_FORMAT_v216: packed 4:2:2 16-bit YUV, Y0-U0-Y1-V1 order (Since: 0.10.24) - * @GST_VIDEO_FORMAT_NV12: planar 4:2:0 YUV with interleaved UV plane (Since: 0.10.25) - * @GST_VIDEO_FORMAT_NV21: planar 4:2:0 YUV with interleaved VU plane (Since: 0.10.25) + * @GST_VIDEO_FORMAT_NV12: planar 4:2:0 YUV with interleaved UV plane (Since: 0.10.26) + * @GST_VIDEO_FORMAT_NV21: planar 4:2:0 YUV with interleaved VU plane (Since: 0.10.26) * * Enum value describing the most common video formats. */