videoconvert: Enable loading external converter plugins

Load the converter from the video.adapt.converter property.
This commit is contained in:
columbarius 2023-09-24 18:30:54 +02:00 committed by Wim Taymans
parent d6c1b6470a
commit 7d97e47e28
3 changed files with 57 additions and 25 deletions

View file

@ -30,6 +30,7 @@ context.spa-libs = {
#
api.vulkan.* = vulkan/libspa-vulkan
support.* = support/libspa-support
video.convert.* = videoconvert/libspa-videoconvert
}
context.modules = [

View file

@ -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
}