allocators: mark symbols explicitly for export with GST_EXPORT

This commit is contained in:
Tim-Philipp Müller 2017-07-18 00:27:54 +01:00
parent 9fb266ce5c
commit 97e1fb6376

View file

@ -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