Enumeration (GI Flags)

GstVideo-1.0GstVideoVideoFormatFlags

The different video flags that a format info can have.

Index

Enumeration Members

ALPHA: number

The video format has an alpha components with the number 3.

COMPLEX: number

The video format has a complex layout that can't be described with the usual information in the GstVideo.VideoFormatInfo.

GRAY: number

The video is gray, there is one gray component with index 0.

LE: number

The video format has data stored in little endianness.

PALETTE: number

The video format has a palette. The palette is stored in the second plane and indexes are stored in the first plane.

RGB: number

The video format is RGB, components are numbered 0=R, 1=G, 2=B.

SUBTILES: number

The tile size varies per plane according to the subsampling.

TILED: number

The format is tiled, there is tiling information in the last plane.

UNPACK: number

This format can be used in a GstVideo.VideoFormatUnpack and GstVideo.VideoFormatPack function.

YUV: number

The video format is YUV, components are numbered 0=Y, 1=U, 2=V.