mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-23 06:59:58 -05:00
vulkan: Add videoconvert plugin
This commit is contained in:
parent
66792c1e77
commit
9f45238a8c
4 changed files with 1308 additions and 0 deletions
|
|
@ -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 */
|
||||
|
||||
/**
|
||||
* \}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue