design: mediatype-video: improve chroma-site/colorimety brief
authorReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
Wed, 17 May 2017 21:13:10 +0000 (14:13 -0700)
committerReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
Fri, 19 May 2017 23:40:48 +0000 (16:40 -0700)
* make sure it's clear there are more sitings
* include canonical names for default values

markdown/design/mediatype-video-raw.md

index a447e1b..59d6bf4 100644 (file)
      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"*