summaryrefslogtreecommitdiff
path: root/ext/vulkan
diff options
context:
space:
mode:
authorMatthew Waters <matthew@centricular.com>2019-11-18 15:20:18 +1100
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>2019-11-28 23:27:21 +0000
commit4f3051fd2dc1396f9d68d1410bb6b7b6ef707c3b (patch)
tree58d05ad70ea8d3453da6425bb2526544a08060e6 /ext/vulkan
parenta3454edeb226fdf4e7ff5b3bebf6115f3f49c695 (diff)
downloadgstreamer-plugins-bad-4f3051fd2dc1396f9d68d1410bb6b7b6ef707c3b.tar.gz
vulkan: add a couple of missing fence unrefs
Diffstat (limited to 'ext/vulkan')
-rw-r--r--ext/vulkan/vkupload.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/vulkan/vkupload.c b/ext/vulkan/vkupload.c
index 4738848d3..2b65710b1 100644
--- a/ext/vulkan/vkupload.c
+++ b/ext/vulkan/vkupload.c
@@ -998,6 +998,7 @@ _raw_to_image_perform (gpointer impl, GstBuffer * inbuf, GstBuffer ** outbuf)
gst_vulkan_trash_list_add (raw->trash_list,
gst_vulkan_trash_new_mini_object_unref (fence,
GST_MINI_OBJECT_CAST (cmd_buf)));
+ gst_vulkan_fence_unref (fence);
}
gst_vulkan_trash_list_gc (raw->trash_list);