mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 16:26:39 +00:00
vkdebug: add video queue flags strings
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4351>
This commit is contained in:
parent
d03df074f7
commit
dde60fab37
1 changed files with 6 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue