mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
allocators: mark symbols explicitly for export with GST_EXPORT
This commit is contained in:
parent
9fb266ce5c
commit
97e1fb6376
1 changed files with 4 additions and 0 deletions
|
@ -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…
Reference in a new issue