It is up to the caller of [gstvideo.global.bufferAddVideoMetaFull] to set it using [gstvideo.video_meta.VideoMeta.setAlignment], if they did not it defaults to no padding and no alignment. Since: 1.18
VideoMeta.alignment
gstvideo.video_alignment.VideoAlignment alignment() @propertyGet alignment field.
Returns
the paddings and alignment constraints of the video buffer.
void alignment(gstvideo.video_alignment.VideoAlignment propval) @propertySet alignment field.
Parameters
propval | the paddings and alignment constraints of the video buffer. It is up to the caller of [gstvideo.global.bufferAddVideoMetaFull] to set it using [gstvideo.video_meta.VideoMeta.setAlignment], if they did not it defaults to no padding and no alignment. Since: 1.18 |