summaryrefslogtreecommitdiff
path: root/gst-libs/gst
diff options
context:
space:
mode:
authorJan Schmidt <jan@centricular.com>2016-08-31 04:26:43 +1000
committerJan Schmidt <jan@centricular.com>2016-08-31 04:27:09 +1000
commit840c2729cc9525ec302bf197a82d325b6e9f5808 (patch)
tree5b6ccd1615a745f430072ede3c84204fc628f133 /gst-libs/gst
parentd2ff585de1df8c0ad7f1559900a96886ad22ed12 (diff)
downloadgstreamer-plugins-bad-840c2729cc9525ec302bf197a82d325b6e9f5808.tar.gz
gl: Remove extra duplicate typedef of GstGLFramebuffer
It's triggering a warning building git master on OSX
Diffstat (limited to 'gst-libs/gst')
-rw-r--r--gst-libs/gst/gl/gstglframebuffer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gst-libs/gst/gl/gstglframebuffer.h b/gst-libs/gst/gl/gstglframebuffer.h
index 7e9e70124..0e135c8f9 100644
--- a/gst-libs/gst/gl/gstglframebuffer.h
+++ b/gst-libs/gst/gl/gstglframebuffer.h
@@ -34,7 +34,6 @@ GType gst_gl_framebuffer_get_type (void);
#define GST_IS_GL_FRAMEBUFFER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass), GST_TYPE_GL_FRAMEBUFFER))
#define GST_GL_FRAMEBUFFER_CAST(obj) ((GstGLFramebuffer*)(obj))
-typedef struct _GstGLFramebuffer GstGLFramebuffer;
typedef struct _GstGLFramebufferClass GstGLFramebufferClass;
typedef struct _GstGLFramebufferPrivate GstGLFramebufferPrivate;