mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
videoconvert: Enable loading external converter plugins
Load the converter from the video.adapt.converter property.
This commit is contained in:
parent
d6c1b6470a
commit
7d97e47e28
3 changed files with 57 additions and 25 deletions
|
|
@ -30,6 +30,7 @@ context.spa-libs = {
|
|||
#
|
||||
api.vulkan.* = vulkan/libspa-vulkan
|
||||
support.* = support/libspa-support
|
||||
video.convert.* = videoconvert/libspa-videoconvert
|
||||
}
|
||||
|
||||
context.modules = [
|
||||
|
|
|
|||
|
|
@ -70,6 +70,7 @@ context.spa-libs = {
|
|||
api.vulkan.* = vulkan/libspa-vulkan
|
||||
api.jack.* = jack/libspa-jack
|
||||
support.* = support/libspa-support
|
||||
video.convert.* = videoconvert/libspa-videoconvert
|
||||
#videotestsrc = videotestsrc/libspa-videotestsrc
|
||||
#audiotestsrc = audiotestsrc/libspa-audiotestsrc
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue