vkerror: add invalid_video_std_parameters message
Add string to handle error related to the codec standard parameters. <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9212> Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9212>
This commit is contained in:
parent
26227042c3
commit
e82b80a74a
@ -54,6 +54,9 @@ static const struct
|
||||
{VK_ERROR_OUT_OF_DATE_KHR, "Out of date"},
|
||||
{VK_ERROR_INCOMPATIBLE_DISPLAY_KHR, "Incompatible display"},
|
||||
{VK_ERROR_NATIVE_WINDOW_IN_USE_KHR, "Native window in use"},
|
||||
#if defined(VK_KHR_video_encode_queue)
|
||||
{VK_ERROR_INVALID_VIDEO_STD_PARAMETERS_KHR, "Invalid video std parameters"},
|
||||
#endif
|
||||
};
|
||||
/* *INDENT-ON* */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user