va: Split VA memory handling in different files.
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>
Thu, 7 Oct 2021 19:51:55 +0000 (21:51 +0200)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Sun, 10 Oct 2021 17:03:29 +0000 (17:03 +0000)
commit14156f82704dcf3ccd14b114eb168cc3ef018572
treec30e7e08f1dee557509314a7fdaca4f4a8f35258
parent1be43e76cc6a9df3bbbc3bb6f80dfb4c51abbf06
va: Split VA memory handling in different files.

Take out the VA memory wrappers from gstvallocator.c to an external
file exposing the functions.

This is going to be needed for the copy helper object.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1023>
subprojects/gst-plugins-bad/sys/va/gstvaallocator.c
subprojects/gst-plugins-bad/sys/va/meson.build
subprojects/gst-plugins-bad/sys/va/vasurfaceimage.c [new file with mode: 0644]
subprojects/gst-plugins-bad/sys/va/vasurfaceimage.h [new file with mode: 0644]