mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
Revert "gl: cocoa: sprinkle some GST_EXPORT"
This reverts commit 94d798c333
.
cocoac headers don't need to be public as all the functionality can be
provided by the base class
This commit is contained in:
parent
84249c6f55
commit
6533e25e9c
1 changed files with 0 additions and 2 deletions
|
@ -28,7 +28,6 @@
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
GST_EXPORT
|
|
||||||
GType gst_gl_display_cocoa_get_type (void);
|
GType gst_gl_display_cocoa_get_type (void);
|
||||||
|
|
||||||
#define GST_TYPE_GL_DISPLAY_COCOA (gst_gl_display_cocoa_get_type())
|
#define GST_TYPE_GL_DISPLAY_COCOA (gst_gl_display_cocoa_get_type())
|
||||||
|
@ -56,7 +55,6 @@ struct _GstGLDisplayCocoaClass
|
||||||
GstGLDisplayClass object_class;
|
GstGLDisplayClass object_class;
|
||||||
};
|
};
|
||||||
|
|
||||||
GST_EXPORT
|
|
||||||
GstGLDisplayCocoa *gst_gl_display_cocoa_new (void);
|
GstGLDisplayCocoa *gst_gl_display_cocoa_new (void);
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|
Loading…
Reference in a new issue