Skip to content

vkdeviceprovider: Avoid deadlock on physical device

Don't hold the object lock on the vk physical device while constructing a GstVulkanDevice around it, as GstVulkanDevice can make calls on the physical device that require the object lock.

Merge request reports