vkdebug: add video queue flags strings

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4351>
This commit is contained in:
Víctor Manuel Jáquez Leal 2023-01-04 13:28:20 +01:00 committed by GStreamer Marge Bot
parent d03df074f7
commit dde60fab37

View file

@ -108,6 +108,12 @@ static const struct
#if VK_HEADER_VERSION >= 70
{VK_QUEUE_PROTECTED_BIT, "protected"},
#endif
#if GST_VULKAN_HAVE_VIDEO_EXTENSIONS
{VK_QUEUE_VIDEO_DECODE_BIT_KHR, "decode"},
#ifdef VK_ENABLE_BETA_EXTENSIONS
{VK_QUEUE_VIDEO_ENCODE_BIT_KHR, "encode"}
#endif
#endif
};
/**
* gst_vulkan_queue_flags_to_string: