summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2020-02-28 11:33:18 +0100
committerVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2020-02-28 11:37:06 +0100
commit164656ee1d3bc12bfbe87a0cc11bd345cd6f654f (patch)
treeb14ca05539081d2da59db3b5c08ed4ce64c26cea
parentfab890ceb522e7f27bd8fc615e6052e22ff8ff4b (diff)
Revert "vaapivideomemory: Store surface allocation flags."
This reverts commit dd428cc4a12c2d5c694fcd3303811cf486002c9d because it rewrites the buffer size whilst surface allocation flags are stored when allocator_params_init() is called since fab890ce. Fix: #239
-rw-r--r--gst/vaapi/gstvaapivideomemory.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gst/vaapi/gstvaapivideomemory.c b/gst/vaapi/gstvaapivideomemory.c
index 4cf741ed..f01a2ef4 100644
--- a/gst/vaapi/gstvaapivideomemory.c
+++ b/gst/vaapi/gstvaapivideomemory.c
@@ -992,9 +992,6 @@ gst_vaapi_video_allocator_new (GstVaapiDisplay * display,
return NULL;
}
- gst_allocator_set_vaapi_video_info (GST_ALLOCATOR_CAST (allocator),
- alloc_info, surface_alloc_flags);
-
return GST_ALLOCATOR_CAST (allocator);
}