Value | Meaning |
---|---|
None0 | no flags |
Interlaced1 | The video frame is interlaced. In mixed interlace-mode, this flag specifies if the frame is interlaced or progressive. |
Tff2 | The video frame has the top field first |
Rff4 | The video frame has the repeat flag |
Onefield8 | The video frame has one field |
MultipleView16 | The video contains one or more non-mono views |
FirstInBundle32 | The video frame is the first in a set of corresponding views provided as sequential frames. |
TopField10 | 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). |
BottomField8 | 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). |
Extra video frame flags