vulkan/operation: remove stored fences at the end
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5591>
This commit is contained in:
parent
405ae91ed7
commit
3464710bf0
@ -521,6 +521,8 @@ gst_vulkan_operation_end (GstVulkanOperation * self, GError ** error)
|
||||
|
||||
gst_vulkan_fence_unref (fence);
|
||||
|
||||
gst_vulkan_trash_list_gc (priv->trash_list);
|
||||
|
||||
GST_OBJECT_LOCK (self);
|
||||
|
||||
for (i = 0; priv->deps.frames && i < priv->deps.frames->len; i++) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user