docs: add Since: comment to docs for new GST_VIDEO_FORMAT_UYVP
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 15 Sep 2010 14:12:26 +0000 (15:12 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 15 Sep 2010 14:20:25 +0000 (15:20 +0100)
gst-libs/gst/video/video.h

index d009a4c..ea233a7 100644 (file)
@@ -63,7 +63,7 @@ G_BEGIN_DECLS
  * @GST_VIDEO_FORMAT_BGR16: reverse rgb 5-6-5 bits per component (Since: 0.10.30)
  * @GST_VIDEO_FORMAT_RGB15: rgb 5-5-5 bits per component (Since: 0.10.30)
  * @GST_VIDEO_FORMAT_BGR15: reverse rgb 5-5-5 bits per component (Since: 0.10.30)
- * @GST_VIDEO_FORMAT_UYVP: packed 10-bit 4:2:2 YUV (U0-Y0-V0-Y1 U2-Y2-V2-Y3 U4 ...) 
+ * @GST_VIDEO_FORMAT_UYVP: packed 10-bit 4:2:2 YUV (U0-Y0-V0-Y1 U2-Y2-V2-Y3 U4 ...) (Since: 0.10.31)
  *
  * Enum value describing the most common video formats.
  */