vapostproc: Simplify fixate.
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>
Tue, 5 Oct 2021 18:15:09 +0000 (20:15 +0200)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Wed, 13 Oct 2021 14:59:09 +0000 (14:59 +0000)
commitb53446ddc9a9bdb8ee9a7e7d8c506f15385c823b
tree2962fad6299068326ec9f4c192712a47672c6641
parent1642c3fc96f8084846371175afd1a24d2dbb3bc3
vapostproc: Simplify fixate.

The first approach to fixate was simply a copy&paste of both
videoconvert and videoscale, trying to keep their logic as isolated
as possible. But that brought duplicated and sparse logic.

This patch merge both approaches simplifying the fixate operation.

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