From 5eceb4020d69c9c71270d55c8c69d92d5b103dec Mon Sep 17 00:00:00 2001 From: "Reynaldo H. Verdejo Pinochet" Date: Wed, 17 May 2017 14:13:10 -0700 Subject: [PATCH] design: mediatype-video: improve chroma-site/colorimety brief * make sure it's clear there are more sitings * include canonical names for default values --- markdown/design/mediatype-video-raw.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/markdown/design/mediatype-video-raw.md b/markdown/design/mediatype-video-raw.md index a447e1b..59d6bf4 100644 --- a/markdown/design/mediatype-video-raw.md +++ b/markdown/design/mediatype-video-raw.md @@ -37,15 +37,17 @@ must be prepared for this. This mode requires multiple GstVideoMeta metadata to describe the fields. - - **chroma-site**, `G_TYPE_STRING`: Default UNKNOWN. The chroma siting of the - video frames. + - **chroma-site**, `G_TYPE_STRING`: Default `GST_VIDEO_CHROMA_SITE_UNKNOWN`. + The chroma siting of the video frames. - *"jpeg"*: `GST_VIDEO_CHROMA_SITE_JPEG` - *"mpeg2"*: `GST_VIDEO_CHROMA_SITE_MPEG2` - *"dv"*: `GST_VIDEO_CHROMA_SITE_DV` + - ... + - *"none"*: `GST_VIDEO_CHROMA_SITE_NONE` - - **colorimetry**, `G_TYPE_STRING`: Default UNKNOWN. The colorimetry of the - video frames. Predefined colorimetry is given with the following values: + - **colorimetry**, `G_TYPE_STRING`: Default `GST_VIDEO_COLORIMETRY_UNKNOWN`. + The colorimetry of the video frames. Predefined colorimetry is given with the following values: - *"bt601"* - *"bt709"* -- 2.7.4