summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Santos <thiago.sousa.santos@collabora.com>2013-03-19 16:51:33 -0300
committerThiago Santos <thiago.sousa.santos@collabora.com>2013-04-16 16:08:50 -0300
commit2b028925eb5296f0fb09c77ff90a31141503a51a (patch)
tree1a03f7d5a5c7607f9d7bbd675fcb5c52ff758e2f
parentababb4407bd18aa8bf6f5f30789853ff534416fd (diff)
downloadgstreamer-plugins-bad-2b028925eb5296f0fb09c77ff90a31141503a51a.tar.gz
eglglessink: eagl: do not typedef the same struct twice
-rw-r--r--ext/eglgles/gstegladaptation_eagl.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/eglgles/gstegladaptation_eagl.m b/ext/eglgles/gstegladaptation_eagl.m
index 569061235..7c5fed092 100644
--- a/ext/eglgles/gstegladaptation_eagl.m
+++ b/ext/eglgles/gstegladaptation_eagl.m
@@ -47,12 +47,12 @@
#include "gstegladaptation.h"
-typedef struct _GstEaglContext
+struct _GstEaglContext
{
EAGLContext *eagl_context;
GLuint framebuffer;
GLuint color_renderbuffer;
-} GstEaglContext;
+};
void
gst_egl_adaptation_context_init (GstEglAdaptationContext * ctx)