Merge branch 'videoconvert-vulkan' into 'master'

Draft: videoconvert: Add vulkan converter, take 2

See merge request pipewire/pipewire!1830
This commit is contained in:
columbarius 2025-10-23 19:40:56 +00:00
commit 9983945f1f
5 changed files with 1309 additions and 0 deletions

View file

@ -140,6 +140,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 */
/**
* \}