mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-26 07:00:13 -05:00
Merge branch 'videoconvert-vulkan' into 'master'
Draft: videoconvert: Add vulkan converter, take 2 See merge request pipewire/pipewire!1830
This commit is contained in:
commit
9983945f1f
5 changed files with 1309 additions and 0 deletions
|
|
@ -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 */
|
||||
|
||||
/**
|
||||
* \}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue