mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
gl: cocoa: sprinkle some GST_EXPORT
Undefined symbols for architecture x86_64: "_gst_gl_context_cocoa_get_type", referenced from: __create_layer in libgstopengl_la-caopengllayersink.o Might need some more in other headers, but first need to clarify what exactly should be exported, there are some inconsistencies (installed header files vs. funcs in docs).
This commit is contained in:
parent
ecab99a7a9
commit
84249c6f55
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,7 @@
|
||||||
|
|
||||||
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())
|
||||||
|
@ -55,6 +56,7 @@ 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