vulkan: Add videoconvert plugin

This commit is contained in:
columbarius 2023-12-10 08:14:02 +01:00
parent 66792c1e77
commit 9f45238a8c
4 changed files with 1308 additions and 0 deletions

View file

@ -138,6 +138,10 @@ extern "C" {
"api.vulkan.blit.filter" /**< a vulkan blit filter. */
#define SPA_NAME_API_VULKAN_BLIT_DSP_FILTER \
"api.vulkan.blit.dsp-filter" /**< a vulkan blit dsp-filter. */
#define SPA_NAME_API_VULKAN_VIDEO_CONVERT \
"api.vulkan.videoconvert" /**< converts raw video from one format
* to another using vulkan. Must
* include at least format and scaling */
/**
* \}