va: No need to set the alignment for VideoMeta
authorHe Junyan <junyan.he@intel.com>
Sun, 6 Jun 2021 16:49:49 +0000 (00:49 +0800)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Mon, 28 Jun 2021 15:16:39 +0000 (15:16 +0000)
commitc03350e2346a8bda1fbcaf061ca29a37ef436716
treecb8febaf4fefa95c7957e60d4841e23ad0fabb2d
parent98cf9ce6f57eae508e216c02d6201c131c9a133b
va: No need to set the alignment for VideoMeta

The base va decoder's video_align is just used for calculation the
real decoded buffer's width and height. It does not have meaning
for the VideoMeta, because it does not align to the real picture
in the output buffer. We will use VideoCropMeta to replace it later.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2298>
sys/va/gstvapool.c