From: Víctor Manuel Jáquez Leal Date: Fri, 28 Feb 2020 10:33:18 +0000 (+0100) Subject: Revert "vaapivideomemory: Store surface allocation flags." X-Git-Tag: 1.19.3~503^2~238 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=164656ee1d3bc12bfbe87a0cc11bd345cd6f654f;p=platform%2Fupstream%2Fgstreamer.git 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 --- diff --git a/gst/vaapi/gstvaapivideomemory.c b/gst/vaapi/gstvaapivideomemory.c index 4cf741e..f01a2ef 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); }