summaryrefslogtreecommitdiff
path: root/gst-libs/gst/wayland
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2017-08-10 09:09:22 +0100
committerTim-Philipp Müller <tim@centricular.com>2017-08-10 09:09:22 +0100
commit212df08f4ea54a1aa93fa76cc9c890d046a17a5a (patch)
tree3f40b61998d0e20169dc4195fbae7107a52eb230 /gst-libs/gst/wayland
parentdea349d9ba20bd443d0bcf9cb93e0473368f28a7 (diff)
downloadgstreamer-plugins-bad-212df08f4ea54a1aa93fa76cc9c890d046a17a5a.tar.gz
gl, wayland: mark more declared functions with GST_EXPORT
Diffstat (limited to 'gst-libs/gst/wayland')
-rw-r--r--gst-libs/gst/wayland/wayland.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/gst-libs/gst/wayland/wayland.h b/gst-libs/gst/wayland/wayland.h
index ff4b2dbce..12e2c1fd1 100644
--- a/gst-libs/gst/wayland/wayland.h
+++ b/gst-libs/gst/wayland/wayland.h
@@ -35,9 +35,14 @@ G_BEGIN_DECLS
* from the application to the sink */
#define GST_WAYLAND_DISPLAY_HANDLE_CONTEXT_TYPE "GstWaylandDisplayHandleContextType"
+GST_EXPORT
gboolean gst_is_wayland_display_handle_need_context_message (GstMessage * msg);
+
+GST_EXPORT
GstContext *
gst_wayland_display_handle_context_new (struct wl_display * display);
+
+GST_EXPORT
struct wl_display *
gst_wayland_display_handle_context_get_handle (GstContext * context);
@@ -74,10 +79,14 @@ struct _GstWaylandVideoInterface {
void (*end_geometry_change) (GstWaylandVideo *video);
};
+GST_EXPORT
GType gst_wayland_video_get_type (void);
/* virtual function wrappers */
+GST_EXPORT
void gst_wayland_video_begin_geometry_change (GstWaylandVideo * video);
+
+GST_EXPORT
void gst_wayland_video_end_geometry_change (GstWaylandVideo * video);
G_END_DECLS