From 640476fcba97bcc2e7b12145eb2b9868880ab2c9 Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Thu, 17 Dec 2015 11:06:34 +1100 Subject: [PATCH] Revert "glbuffer: Don't pass allocation params" This reverts commit 052f41e5c293ec17c038467ed1e7b92b04d494b0. This is incorrect and will affect any other glbuffer user that needs/wants to perform data alignment. --- gst-libs/gst/gl/gstglbuffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/gl/gstglbuffer.c b/gst-libs/gst/gl/gstglbuffer.c index c133aa8..5d8db2e 100644 --- a/gst-libs/gst/gl/gstglbuffer.c +++ b/gst-libs/gst/gl/gstglbuffer.c @@ -97,7 +97,7 @@ _gl_buffer_init (GstGLBuffer * mem, GstAllocator * allocator, mem->usage_hints = gl_usage; gst_gl_base_memory_init ((GstGLBaseMemory *) mem, allocator, parent, context, - NULL, size, NULL, NULL); + params, size, NULL, NULL); GST_CAT_DEBUG (GST_CAT_GL_BUFFER, "new GL buffer memory:%p size:%" G_GSIZE_FORMAT, mem, mem->mem.mem.maxsize); -- 2.7.4