From 6533e25e9c312470d69e209d130f8f124d866c1c Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Mon, 27 Nov 2017 14:44:24 +1100 Subject: [PATCH] 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 --- gst-libs/gst/gl/cocoa/gstgldisplay_cocoa.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/gst-libs/gst/gl/cocoa/gstgldisplay_cocoa.h b/gst-libs/gst/gl/cocoa/gstgldisplay_cocoa.h index e47076418f..5551f0f29c 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