Gst.Video.ChromaMethod – gstreamer-video-1.0 Reference Manual
Packages
gstreamer-video-1.0
Gst
Video
ChromaMethod
LINEAR
NEAREST
ChromaMethod
Description:
[
CCode
( cprefix =
"GST_VIDEO_CHROMA_METHOD_"
, type_id =
"gst_video_chroma_method_get_type ()"
) ]
[
GIR
( name =
"VideoChromaMethod"
) ]
public
enum
ChromaMethod
Different subsampling and upsampling methods
Namespace:
Gst.Video
Package:
gstreamer-video-1.0
Content:
Enum values:
LINEAR
-
Uses linear interpolation to reconstruct missing chroma and averaging to subsample
NEAREST
-
Duplicates the chroma samples when upsampling and drops when subsampling