allocators: mark symbols explicitly for export with GST_EXPORT
This commit is contained in:
parent
9fb266ce5c
commit
97e1fb6376
@ -49,9 +49,13 @@ struct _GstPhysMemoryAllocatorInterface
|
|||||||
guintptr (*get_phys_addr) (GstPhysMemoryAllocator * allocator, GstMemory * mem);
|
guintptr (*get_phys_addr) (GstPhysMemoryAllocator * allocator, GstMemory * mem);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
GST_EXPORT
|
||||||
GType gst_phys_memory_allocator_get_type (void);
|
GType gst_phys_memory_allocator_get_type (void);
|
||||||
|
|
||||||
|
GST_EXPORT
|
||||||
gboolean gst_is_phys_memory (GstMemory *mem);
|
gboolean gst_is_phys_memory (GstMemory *mem);
|
||||||
|
|
||||||
|
GST_EXPORT
|
||||||
guintptr gst_phys_memory_get_phys_addr (GstMemory * mem);
|
guintptr gst_phys_memory_get_phys_addr (GstMemory * mem);
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user