summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Waters <matthew@centricular.com>2017-11-27 14:44:24 +1100
committerMatthew Waters <matthew@centricular.com>2017-11-27 15:20:12 +1100
commit9c20be77e723747e7381d1921a8a8b7bd1b6a232 (patch)
treef2aff0d908a1571fa2f87250332969154dd7420a
parent94d798c3337013bd902c0fd0a66f7f6842243eeb (diff)
Revert "gl: cocoa: sprinkle some GST_EXPORT"
This reverts commit 94d798c3337013bd902c0fd0a66f7f6842243eeb. cocoac headers don't need to be public as all the functionality can be provided by the base class
-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