summaryrefslogtreecommitdiff
path: root/gst-libs
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2017-11-26 22:36:35 +0000
committerTim-Philipp Müller <tim@centricular.com>2017-11-26 22:36:35 +0000
commit94d798c3337013bd902c0fd0a66f7f6842243eeb (patch)
tree708a6cfd3f54b58e398fe1c42fc9b13d1128ef1a /gst-libs
parentdf039b3544ced4e31a7341f37da425e986216031 (diff)
downloadgstreamer-plugins-bad-94d798c3337013bd902c0fd0a66f7f6842243eeb.tar.gz
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).
Diffstat (limited to 'gst-libs')
-rw-r--r--gst-libs/gst/gl/cocoa/gstgldisplay_cocoa.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst-libs/gst/gl/cocoa/gstgldisplay_cocoa.h b/gst-libs/gst/gl/cocoa/gstgldisplay_cocoa.h
index 5551f0f29..e47076418 100644
--- a/gst-libs/gst/gl/cocoa/gstgldisplay_cocoa.h
+++ b/gst-libs/gst/gl/cocoa/gstgldisplay_cocoa.h
@@ -28,6 +28,7 @@
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())
@@ -55,6 +56,7 @@ struct _GstGLDisplayCocoaClass
GstGLDisplayClass object_class;
};
+GST_EXPORT
GstGLDisplayCocoa *gst_gl_display_cocoa_new (void);
G_END_DECLS