docs: add Since: comment to docs for new GST_VIDEO_FORMAT_UYVP

This commit is contained in:
Tim-Philipp Müller 2010-09-15 15:12:26 +01:00
parent a351bf0702
commit e98814c91e

View 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.
*/