gstvideo.video_alignment

Module for [VideoAlignment] struct

Types 1

Extra alignment parameters for the memory of video buffers. This structure is usually used to configure the bufferpool if it supports the #GST_BUFFER_POOL_OPTION_VIDEO_ALIGNMENT.

Fields
uint paddingTopextra pixels on the top
uint paddingBottomextra pixels on the bottom
uint paddingLeftextra pixels on the left side
uint paddingRightextra pixels on the right side
uint[4] strideAlignarray with extra alignment requirements for the strides
Methods
void reset()Set align to its default values with no padding and no alignment.