Skip to content

gstvulkan: Expose gst_vulkan_result_to_string

Because GstVulkan API users might need to display user friendly (see !1197 (merged) for example) and that there's no way to represent Vulkan error codes in the public API, this MR exposes the _vk_result_to_string function in gstvkerror.c as gst_vulkan_result_to_string for later usage.

Edited by Martin Rodriguez Reboredo

Merge request reports