diff --git a/subprojects/gst-plugins-bad/gst-libs/gst/vulkan/gstvkoperation.c b/subprojects/gst-plugins-bad/gst-libs/gst/vulkan/gstvkoperation.c index 3f65abc497..4fc54bea31 100644 --- a/subprojects/gst-plugins-bad/gst-libs/gst/vulkan/gstvkoperation.c +++ b/subprojects/gst-plugins-bad/gst-libs/gst/vulkan/gstvkoperation.c @@ -1146,6 +1146,8 @@ gst_vulkan_operation_add_dependency_frame (GstVulkanOperation * self, return TRUE; } #endif /* synchronization2 */ + + GST_OBJECT_UNLOCK (self); #endif /* timeline semaphore */ return TRUE;