summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Santos <thiago.sousa.santos@collabora.com>2013-03-19 15:55:22 -0300
committerThiago Santos <thiago.sousa.santos@collabora.com>2013-04-16 16:08:50 -0300
commit85bf8aa92037164c2c32f65e824e7264a8138e11 (patch)
tree4a3e29d8a3cc75c805d2112c048bb15b88e1544f
parent14900cca9df6fa19a81b5b8aaf588070d5b8b303 (diff)
downloadgstreamer-plugins-bad-85bf8aa92037164c2c32f65e824e7264a8138e11.tar.gz
egladaptation: removing unused struct
-rw-r--r--ext/eglgles/gstegladaptation.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/ext/eglgles/gstegladaptation.c b/ext/eglgles/gstegladaptation.c
index e272730c2..17bf929c9 100644
--- a/ext/eglgles/gstegladaptation.c
+++ b/ext/eglgles/gstegladaptation.c
@@ -45,22 +45,6 @@
#include <gst/video/video.h>
#include "gstegladaptation.h"
-/*
- * GstEglGlesImageFmt:
- * @fmt: Internal identifier for the EGL attribs / GST caps pairing
- * @attribs: Pointer to the set of EGL attributes asociated with this format
- * @caps: Pointer to the GST caps asociated with this format
- *
- * This struct holds a pairing between GST caps and the matching EGL attributes
- * associated with a given pixel format
- */
-struct _GstEglGlesImageFmt
-{
- gint fmt; /* Private identifier */
- const EGLint *attribs; /* EGL Attributes */
- GstCaps *caps; /* Matching caps for the attribs */
-};
-
/* GLESv2 GLSL Shaders
*
* OpenGL ES Standard does not mandate YUV support. This is