summaryrefslogtreecommitdiff
path: root/gst-libs
diff options
context:
space:
mode:
Diffstat (limited to 'gst-libs')
-rw-r--r--gst-libs/gst/gl/cocoa/gstgldisplay_cocoa.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gst-libs/gst/gl/cocoa/gstgldisplay_cocoa.h b/gst-libs/gst/gl/cocoa/gstgldisplay_cocoa.h
index e47076418..5551f0f29 100644
--- a/gst-libs/gst/gl/cocoa/gstgldisplay_cocoa.h
+++ b/gst-libs/gst/gl/cocoa/gstgldisplay_cocoa.h
@@ -28,7 +28,6 @@
G_BEGIN_DECLS
-GST_EXPORT
GType gst_gl_display_cocoa_get_type (void);
#define GST_TYPE_GL_DISPLAY_COCOA (gst_gl_display_cocoa_get_type())
@@ -56,7 +55,6 @@ struct _GstGLDisplayCocoaClass
GstGLDisplayClass object_class;
};
-GST_EXPORT
GstGLDisplayCocoa *gst_gl_display_cocoa_new (void);
G_END_DECLS