summaryrefslogtreecommitdiff
path: root/gst-libs/gst/gl/gstglrenderbuffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst-libs/gst/gl/gstglrenderbuffer.c')
-rw-r--r--gst-libs/gst/gl/gstglrenderbuffer.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/gst-libs/gst/gl/gstglrenderbuffer.c b/gst-libs/gst/gl/gstglrenderbuffer.c
index f21ef54a4..aca17c050 100644
--- a/gst-libs/gst/gl/gstglrenderbuffer.c
+++ b/gst-libs/gst/gl/gstglrenderbuffer.c
@@ -334,6 +334,11 @@ gst_is_gl_renderbuffer (GstMemory * mem)
GST_TYPE_GL_RENDERBUFFER_ALLOCATOR);
}
+G_DEFINE_BOXED_TYPE (GstGLRenderbufferAllocationParams,
+ gst_gl_renderbuffer_allocation_params,
+ (GBoxedCopyFunc) gst_gl_allocation_params_copy,
+ (GBoxedFreeFunc) gst_gl_allocation_params_free);
+
static void
_gst_gl_rb_alloc_params_free_data (GstGLRenderbufferAllocationParams * params)
{