summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2010-09-15 15:12:26 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2010-09-15 15:20:25 +0100
commite98814c91eb274145ec17aaa38ac965d7c8248d7 (patch)
tree40dfe3dc284da9ae7f3dc24669554dc16063c131
parenta351bf0702999b57c7afd950e26eeefffee51075 (diff)
docs: add Since: comment to docs for new GST_VIDEO_FORMAT_UYVP
-rw-r--r--gst-libs/gst/video/video.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/video/video.h b/gst-libs/gst/video/video.h
index d009a4cea..ea233a7ad 100644
--- a/gst-libs/gst/video/video.h
+++ b/gst-libs/gst/video/video.h
@@ -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.
*/