mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
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
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue