From 97e1fb6376563e36b7af99a5e705fae1f5b0eb01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 18 Jul 2017 00:27:54 +0100 Subject: [PATCH] allocators: mark symbols explicitly for export with GST_EXPORT --- gst-libs/gst/allocators/gstphysmemory.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gst-libs/gst/allocators/gstphysmemory.h b/gst-libs/gst/allocators/gstphysmemory.h index 3b07d8bbf2..e8cc9f4ac9 100644 --- a/gst-libs/gst/allocators/gstphysmemory.h +++ b/gst-libs/gst/allocators/gstphysmemory.h @@ -49,9 +49,13 @@ struct _GstPhysMemoryAllocatorInterface guintptr (*get_phys_addr) (GstPhysMemoryAllocator * allocator, GstMemory * mem); }; +GST_EXPORT GType gst_phys_memory_allocator_get_type (void); +GST_EXPORT gboolean gst_is_phys_memory (GstMemory *mem); + +GST_EXPORT guintptr gst_phys_memory_get_phys_addr (GstMemory * mem); G_END_DECLS