summaryrefslogtreecommitdiff
path: root/gst-libs/gst/gl/gstglbuffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst-libs/gst/gl/gstglbuffer.c')
-rw-r--r--gst-libs/gst/gl/gstglbuffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/gl/gstglbuffer.c b/gst-libs/gst/gl/gstglbuffer.c
index 5d8db2ede..c133aa828 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,
- params, size, NULL, NULL);
+ NULL, size, NULL, NULL);
GST_CAT_DEBUG (GST_CAT_GL_BUFFER, "new GL buffer memory:%p size:%"
G_GSIZE_FORMAT, mem, mem->mem.mem.maxsize);