From 0ea37069019c2cff22ecafd62ff37b462b1a0e62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 25 May 2016 10:01:38 +0300 Subject: [PATCH] eglimage: Re-add accidentially removed GST_DEFINE_MINI_OBJECT_TYPE() --- gst-libs/gst/gl/egl/gsteglimage.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gst-libs/gst/gl/egl/gsteglimage.c b/gst-libs/gst/gl/egl/gsteglimage.c index 9904164eec..49c9195ae4 100644 --- a/gst-libs/gst/gl/egl/gsteglimage.c +++ b/gst-libs/gst/gl/egl/gsteglimage.c @@ -65,6 +65,8 @@ #define EGL_DMA_BUF_PLANE0_PITCH_EXT 0x3274 #endif +GST_DEFINE_MINI_OBJECT_TYPE (GstEGLImage, gst_egl_image); + #ifndef GST_DISABLE_GST_DEBUG #define GST_CAT_DEFAULT gst_egl_image_ensure_debug_category()