Skip to content

Validate the alignment of video meta only when the GstVideoAlignment is valid

There is no need to Validate the alignment of video meta when the GstVideoAlignment contains all zero values. It does not contain any valid info about the alignment/padding. We can just trust the video meta's info and no need to check further.

Merge request reports