vulkan/operation: remove stored fences at the end

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5591>
This commit is contained in:
Víctor Manuel Jáquez Leal 2023-11-02 12:18:47 +01:00
parent 405ae91ed7
commit 3464710bf0

View file

@ -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++) {