summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vulkan/gstvkdescriptorpool.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst-libs/gst/vulkan/gstvkdescriptorpool.h')
-rw-r--r--gst-libs/gst/vulkan/gstvkdescriptorpool.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst-libs/gst/vulkan/gstvkdescriptorpool.h b/gst-libs/gst/vulkan/gstvkdescriptorpool.h
index b2e684026..868a7e1d7 100644
--- a/gst-libs/gst/vulkan/gstvkdescriptorpool.h
+++ b/gst-libs/gst/vulkan/gstvkdescriptorpool.h
@@ -23,14 +23,14 @@
#include <gst/vulkan/gstvkqueue.h>
+GST_VULKAN_API
+GType gst_vulkan_descriptor_pool_get_type (void);
#define GST_TYPE_VULKAN_DESCRIPTOR_POOL (gst_vulkan_descriptor_pool_get_type())
#define GST_VULKAN_DESCRIPTOR_POOL(o) (G_TYPE_CHECK_INSTANCE_CAST((o), GST_TYPE_VULKAN_DESCRIPTOR_POOL, GstVulkanDescriptorPool))
#define GST_VULKAN_DESCRIPTOR_POOL_CLASS(k) (G_TYPE_CHECK_CLASS_CAST((k), GST_TYPE_VULKAN_DESCRIPTOR_POOL, GstVulkanDescriptorPoolClass))
#define GST_IS_VULKAN_DESCRIPTOR_POOL(o) (G_TYPE_CHECK_INSTANCE_TYPE((o), GST_TYPE_VULKAN_DESCRIPTOR_POOL))
#define GST_IS_VULKAN_DESCRIPTOR_POOL_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE((k), GST_TYPE_VULKAN_DESCRIPTOR_POOL))
#define GST_VULKAN_DESCRIPTOR_POOL_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS((o), GST_TYPE_VULKAN_DESCRIPTOR_POOL, GstVulkanDescriptorPoolClass))
-GST_VULKAN_API
-GType gst_vulkan_descriptor_pool_get_type (void);
struct _GstVulkanDescriptorPool
{