summaryrefslogtreecommitdiff
path: root/sys/va/gstvaallocator.h
diff options
context:
space:
mode:
authorHe Junyan <junyan.he@intel.com>2021-05-06 18:23:23 +0800
committerVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2021-05-18 12:15:30 +0200
commite0915ce982d20460f6ab1ea3cb347b7fd0539d74 (patch)
tree0568fb520346aed2a8a6ebafb498ec1682a0bc4f /sys/va/gstvaallocator.h
parent19b8d79e7db08ee8721eae073ce4d68f462b85f4 (diff)
downloadgstreamer-plugins-bad-e0915ce982d20460f6ab1ea3cb347b7fd0539d74.tar.gz
libs: va: Move the VA common logic as a lib.
The VA acceleration now has more usages in linux-like platforms, such as the MSDK. The different plugins based on the VA acceleration need to share some common logic and types. We now move the display related functions and types into a common va lib. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2196>
Diffstat (limited to 'sys/va/gstvaallocator.h')
-rw-r--r--sys/va/gstvaallocator.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/va/gstvaallocator.h b/sys/va/gstvaallocator.h
index e4123c251..de97fd685 100644
--- a/sys/va/gstvaallocator.h
+++ b/sys/va/gstvaallocator.h
@@ -21,9 +21,9 @@
#pragma once
#include <gst/allocators/allocators.h>
+#include <gst/va/gstvadisplay.h>
#include <gst/video/video.h>
-
-#include "gstvadisplay.h"
+#include <va/va.h>
G_BEGIN_DECLS