summaryrefslogtreecommitdiff
path: root/gst-libs/gst/allocators/gstdmabuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst-libs/gst/allocators/gstdmabuf.h')
-rw-r--r--gst-libs/gst/allocators/gstdmabuf.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/gst-libs/gst/allocators/gstdmabuf.h b/gst-libs/gst/allocators/gstdmabuf.h
index 364067f2d..dd5e94fe5 100644
--- a/gst-libs/gst/allocators/gstdmabuf.h
+++ b/gst-libs/gst/allocators/gstdmabuf.h
@@ -95,19 +95,19 @@ struct _GstDmaBufAllocatorClass
};
-GST_EXPORT
+GST_ALLOCATORS_API
GType gst_dmabuf_allocator_get_type (void);
-GST_EXPORT
+GST_ALLOCATORS_API
GstAllocator * gst_dmabuf_allocator_new (void);
-GST_EXPORT
+GST_ALLOCATORS_API
GstMemory * gst_dmabuf_allocator_alloc (GstAllocator * allocator, gint fd, gsize size);
-GST_EXPORT
+GST_ALLOCATORS_API
gint gst_dmabuf_memory_get_fd (GstMemory * mem);
-GST_EXPORT
+GST_ALLOCATORS_API
gboolean gst_is_dmabuf_memory (GstMemory * mem);