Enumeration (GI Flags)

GstVideo-1.0GstVideoVideoFormatFlags

The different video flags that a format info can have.

Index
ALPHA: 8

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

COMPLEX: 64

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

GRAY: 4

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

LE: 16

The video format has data stored in little endianness.

PALETTE: 32

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

RGB: 2

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

SUBTILES: 512

The tile size varies per plane according to the subsampling.

1.22

TILED: 256

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

UNPACK: 128

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

YUV: 1

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

Variables

$gtype