summaryrefslogtreecommitdiff
path: root/ext/vulkan/vkcolorconvert.h
diff options
context:
space:
mode:
authorMatthew Waters <matthew@centricular.com>2019-09-24 17:24:38 +1000
committerMatthew Waters <matthew@centricular.com>2019-09-25 11:11:02 +0000
commit34ff895040df199af9ae66f66d256d4a1e761270 (patch)
treee501b53fbe13570fe39a59a1a31ad9a5079c479d /ext/vulkan/vkcolorconvert.h
parent452bb7229278e6046c5ef13aad394e33e622ab56 (diff)
downloadgstreamer-plugins-bad-34ff895040df199af9ae66f66d256d4a1e761270.tar.gz
vulkan: remove VkImageView from the memory
There can be multiple views per image for different subresource ranges or planes in multi-planer images.
Diffstat (limited to 'ext/vulkan/vkcolorconvert.h')
-rw-r--r--ext/vulkan/vkcolorconvert.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/vulkan/vkcolorconvert.h b/ext/vulkan/vkcolorconvert.h
index 3e9e1787b..b39e01bbf 100644
--- a/ext/vulkan/vkcolorconvert.h
+++ b/ext/vulkan/vkcolorconvert.h
@@ -41,7 +41,7 @@ typedef struct _GstVulkanColorConvertClass GstVulkanColorConvertClass;
typedef struct _shader_info shader_info;
-typedef gboolean (*CommandStateUpdate) (GstVulkanColorConvert * conv, VkCommandBuffer cmd, shader_info * sinfo, GstVulkanImageMemory ** src_mems, GstVulkanImageMemory ** dest_mems);
+typedef gboolean (*CommandStateUpdate) (GstVulkanColorConvert * conv, VkCommandBuffer cmd, shader_info * sinfo, GstVulkanImageView ** src_views, GstVulkanImageView ** dest_views);
struct _shader_info
{