Enumeration (GI Flags)

GstVideo-1.0GstVideoVideoFrameFlags

Extra video frame flags

Index
BOTTOM_FIELD: 8

The video frame has the bottom field only. This is the same as GST_VIDEO_FRAME_FLAG_ONEFIELD (GST_VIDEO_FRAME_FLAG_TFF flag unset) (Since: 1.16).

FIRST_IN_BUNDLE: 32

The video frame is the first in a set of corresponding views provided as sequential frames.

INTERLACED: 1

The video frame is interlaced. In mixed interlace-mode, this flag specifies if the frame is interlaced or progressive.

MULTIPLE_VIEW: 16

The video contains one or more non-mono views

NONE: 0

no flags

ONEFIELD: 8

The video frame has one field

RFF: 4

The video frame has the repeat flag

TFF: 2

The video frame has the top field first

TOP_FIELD: 10

The video frame has the top field only. This is the same as GST_VIDEO_FRAME_FLAG_TFF | GST_VIDEO_FRAME_FLAG_ONEFIELD (Since: 1.16).

Variables

$gtype