mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 05:16:05 +00:00
vkupload: remove debugging error log
This commit is contained in:
parent
ac09f88eb9
commit
f33310df56
1 changed files with 0 additions and 2 deletions
|
@ -1212,8 +1212,6 @@ _choose_queue (GstVulkanDevice * device, GstVulkanQueue * queue,
|
|||
{
|
||||
guint flags = device->queue_family_props[queue->family].queueFlags;
|
||||
|
||||
GST_ERROR ("flags 0x%x", flags);
|
||||
|
||||
if ((flags & VK_QUEUE_GRAPHICS_BIT) != 0) {
|
||||
if (data->queue)
|
||||
gst_object_unref (data->queue);
|
||||
|
|
Loading…
Reference in a new issue