gl/egl: replace gsteglimagememory with an EGLImage wrapper
authorMatthew Waters <matthew@centricular.com>
Wed, 4 May 2016 02:17:59 +0000 (12:17 +1000)
committerMatthew Waters <matthew@centricular.com>
Wed, 4 May 2016 03:31:48 +0000 (13:31 +1000)
That can be passed to GstGLMemoryEGL.

This also ports the dmabuf uploader to GstEGLImage and GstGLMemoryEGL.

ext/gl/gstglmixer.c

index 3fc7fce..764a53c 100644 (file)
 
 #include "gstglmixer.h"
 
-#if GST_GL_HAVE_PLATFORM_EGL
-#include <gst/gl/egl/gsteglimagememory.h>
-#endif
-
 #define gst_gl_mixer_parent_class parent_class
 G_DEFINE_ABSTRACT_TYPE (GstGLMixer, gst_gl_mixer, GST_TYPE_GL_BASE_MIXER);