Skip to content

vkmemory: don't map memory more than once

Chris Spencer requested to merge spencercw/gstreamer:vk-memory-map into main

vkMapMemory may not be called on a memory object that is already host-mapped. If the gstreamer memory object is mapped more than once then reuse the existing Vulkan mapping.

cc @ystreet @vjaquez

Merge request reports