summaryrefslogtreecommitdiff
path: root/sys/va/gstvaallocator.h
diff options
context:
space:
mode:
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2020-08-02 17:52:50 +0200
committerVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2020-08-03 19:33:01 +0200
commit62dacfd89a3dea7d7a926029f1170524b800d563 (patch)
tree4896fa9ad83ca19accb0c591cfa9dae9ada8c9eb /sys/va/gstvaallocator.h
parentf7cfb422f16d1f89d0cf51abc21a66fc307838e5 (diff)
downloadgstreamer-plugins-bad-62dacfd89a3dea7d7a926029f1170524b800d563.tar.gz
va: allocator: support for GST_MAP_VA map flag
This flag will return the VASurface value at mapping
Diffstat (limited to 'sys/va/gstvaallocator.h')
-rw-r--r--sys/va/gstvaallocator.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/va/gstvaallocator.h b/sys/va/gstvaallocator.h
index f25b065f1..9ac12a372 100644
--- a/sys/va/gstvaallocator.h
+++ b/sys/va/gstvaallocator.h
@@ -50,6 +50,8 @@ G_DECLARE_FINAL_TYPE (GstVaAllocator, gst_va_allocator, GST, VA_ALLOCATOR, GstAl
#define GST_ALLOCATOR_VASURFACE "VAMemory"
+#define GST_MAP_VA (GST_MAP_FLAG_LAST << 1)
+
GstAllocator * gst_va_allocator_new (GstVaDisplay * display,
GArray * surface_formats);
GstMemory * gst_va_allocator_alloc (GstAllocator * allocator,