From 150511d931deefbc0e4595f707181fe4f32ae464 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 11 Aug 2017 14:55:48 +0100 Subject: [PATCH] gl: sprinkle more GST_EXPORT --- gst-libs/gst/gl/gstglbasememory.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gst-libs/gst/gl/gstglbasememory.h b/gst-libs/gst/gl/gstglbasememory.h index 7f9e2265b2..302334d2a6 100644 --- a/gst-libs/gst/gl/gstglbasememory.h +++ b/gst-libs/gst/gl/gstglbasememory.h @@ -219,6 +219,7 @@ struct _GstGLAllocationParams gpointer _padding[GST_PADDING]; }; +GST_EXPORT gboolean gst_gl_allocation_params_init (GstGLAllocationParams * params, gsize struct_size, guint alloc_flags, @@ -235,12 +236,14 @@ gboolean gst_gl_allocation_params_init (GstGLAllocationPara /* free with gst_gl_allocation_params_free */ GST_EXPORT GstGLAllocationParams * gst_gl_allocation_params_copy (GstGLAllocationParams * src); + GST_EXPORT void gst_gl_allocation_params_free (GstGLAllocationParams * params); /* subclass usage */ GST_EXPORT void gst_gl_allocation_params_free_data (GstGLAllocationParams * params); + /* subclass usage */ GST_EXPORT void gst_gl_allocation_params_copy_data (GstGLAllocationParams * src, @@ -385,6 +388,7 @@ struct _GstGLBaseMemoryAllocatorClass GST_EXPORT void gst_gl_base_memory_init_once (void); + GST_EXPORT gboolean gst_is_gl_base_memory (GstMemory * mem); @@ -400,6 +404,7 @@ void gst_gl_base_memory_init (GstGLBaseMemory * mem, GST_EXPORT gboolean gst_gl_base_memory_alloc_data (GstGLBaseMemory * gl_mem); + GST_EXPORT gboolean gst_gl_base_memory_memcpy (GstGLBaseMemory * src, GstGLBaseMemory * dest,