mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
vkdevice: Fix duplicate assignment of queue variable
https://bugzilla.gnome.org/show_bug.cgi?id=762842
This commit is contained in:
parent
e821582c13
commit
d258b06013
1 changed files with 0 additions and 1 deletions
|
@ -360,7 +360,6 @@ gst_vulkan_device_foreach_queue (GstVulkanDevice * device,
|
|||
|
||||
for (i = 0; i < device->n_queues; i++) {
|
||||
GstVulkanQueue *queue =
|
||||
queue =
|
||||
gst_vulkan_device_get_queue (device, device->queue_family_id, i);
|
||||
|
||||
if (!func (device, queue, user_data))
|
||||
|
|
Loading…
Reference in a new issue