From 0283c3d8aa764c43dae7de6675d7fe57154218c8 Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Wed, 4 May 2016 12:17:59 +1000 Subject: [PATCH] gl/egl: replace gsteglimagememory with an EGLImage wrapper That can be passed to GstGLMemoryEGL. This also ports the dmabuf uploader to GstEGLImage and GstGLMemoryEGL. --- ext/gl/gstglmixer.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ext/gl/gstglmixer.c b/ext/gl/gstglmixer.c index 3fc7fce..764a53c 100644 --- a/ext/gl/gstglmixer.c +++ b/ext/gl/gstglmixer.c @@ -28,10 +28,6 @@ #include "gstglmixer.h" -#if GST_GL_HAVE_PLATFORM_EGL -#include -#endif - #define gst_gl_mixer_parent_class parent_class G_DEFINE_ABSTRACT_TYPE (GstGLMixer, gst_gl_mixer, GST_TYPE_GL_BASE_MIXER); -- 2.7.4