GstVideo.VideoAlignment¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
padding_bottom |
r/w |
extra pixels on the bottom |
|
padding_left |
r/w |
extra pixels on the left side |
|
padding_right |
r/w |
extra pixels on the right side |
|
padding_top |
r/w |
extra pixels on the top |
|
stride_align |
[ |
r/w |
array with extra alignment requirements for the strides |
Methods¶
|
Details¶
- class GstVideo.VideoAlignment¶
Extra alignment parameters for the memory of video buffers. This structure is usually used to configure the bufferpool if it supports the
GstVideo.BUFFER_POOL_OPTION_VIDEO_ALIGNMENT
.