mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-04 13:32:29 +00:00
test: vkimagebufferpool: fix queue leak
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6143>
This commit is contained in:
parent
11f6984bf5
commit
977a59a3fb
1 changed files with 0 additions and 1 deletions
|
@ -39,7 +39,6 @@ setup (void)
|
||||||
device = gst_vulkan_device_new_with_index (instance, 0);
|
device = gst_vulkan_device_new_with_index (instance, 0);
|
||||||
fail_unless (gst_vulkan_device_open (device, NULL));
|
fail_unless (gst_vulkan_device_open (device, NULL));
|
||||||
|
|
||||||
queue = gst_vulkan_device_select_queue (device, VK_QUEUE_COMPUTE_BIT);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Reference in a new issue