summaryrefslogtreecommitdiff
path: root/ext/eglgles/gstegladaptation.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/eglgles/gstegladaptation.h')
-rw-r--r--ext/eglgles/gstegladaptation.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/ext/eglgles/gstegladaptation.h b/ext/eglgles/gstegladaptation.h
index b020ca585..19f91422f 100644
--- a/ext/eglgles/gstegladaptation.h
+++ b/ext/eglgles/gstegladaptation.h
@@ -71,17 +71,6 @@
#define GST_EGLGLESSINK_EGL_MIN_VERSION 1
G_BEGIN_DECLS
-/* will probably move elsewhere */
-static const EGLint eglglessink_RGBA8888_attribs[] = {
- EGL_RED_SIZE, 8,
- EGL_GREEN_SIZE, 8,
- EGL_BLUE_SIZE, 8,
- EGL_ALPHA_SIZE, 8,
- EGL_SURFACE_TYPE, EGL_WINDOW_BIT,
- EGL_RENDERABLE_TYPE, EGL_OPENGL_ES2_BIT,
- EGL_NONE
-};
-
typedef struct GstEglAdaptationContext GstEglAdaptationContext;
typedef struct _GstEglGlesRenderContext GstEglGlesRenderContext;
typedef struct _GstEglGlesImageFmt GstEglGlesImageFmt;