diff --git a/ext/vulkan/vkmemory.h b/ext/vulkan/vkmemory.h index b77c99534d..444fc8ce93 100644 --- a/ext/vulkan/vkmemory.h +++ b/ext/vulkan/vkmemory.h @@ -56,7 +56,7 @@ struct _GstVulkanMemory GDestroyNotify notify; gpointer user_data; - VkMemoryAllocateInfo alloc_info; + VkMemoryAllocateInfo alloc_info; VkMemoryPropertyFlags properties; };