mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
conf: fix audioconvert regex
This commit is contained in:
parent
7e7f0225d4
commit
373fd53d2e
4 changed files with 7 additions and 7 deletions
|
|
@ -15,8 +15,8 @@ context.spa-libs = {
|
||||||
# regular expression to a library name that should contain
|
# regular expression to a library name that should contain
|
||||||
# that factory.
|
# that factory.
|
||||||
#
|
#
|
||||||
audio.convert* = audioconvert/libspa-audioconvert
|
audio.convert.* = audioconvert/libspa-audioconvert
|
||||||
support.* = support/libspa-support
|
support.* = support/libspa-support
|
||||||
}
|
}
|
||||||
|
|
||||||
context.modules = {
|
context.modules = {
|
||||||
|
|
|
||||||
|
|
@ -14,8 +14,8 @@ context.spa-libs = {
|
||||||
# regular expression to a library name that should contain
|
# regular expression to a library name that should contain
|
||||||
# that factory.
|
# that factory.
|
||||||
#
|
#
|
||||||
audio.convert* = audioconvert/libspa-audioconvert
|
audio.convert.* = audioconvert/libspa-audioconvert
|
||||||
support.* = support/libspa-support
|
support.* = support/libspa-support
|
||||||
}
|
}
|
||||||
|
|
||||||
context.modules = {
|
context.modules = {
|
||||||
|
|
|
||||||
|
|
@ -8,8 +8,8 @@ context.properties = {
|
||||||
}
|
}
|
||||||
|
|
||||||
context.spa-libs = {
|
context.spa-libs = {
|
||||||
audio.convert* = audioconvert/libspa-audioconvert
|
audio.convert.* = audioconvert/libspa-audioconvert
|
||||||
support.* = support/libspa-support
|
support.* = support/libspa-support
|
||||||
}
|
}
|
||||||
|
|
||||||
context.modules = {
|
context.modules = {
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@ context.spa-libs = {
|
||||||
# regular expression to a library name that should contain
|
# regular expression to a library name that should contain
|
||||||
# that factory.
|
# that factory.
|
||||||
#
|
#
|
||||||
audio.convert* = audioconvert/libspa-audioconvert
|
audio.convert.* = audioconvert/libspa-audioconvert
|
||||||
api.alsa.* = alsa/libspa-alsa
|
api.alsa.* = alsa/libspa-alsa
|
||||||
api.v4l2.* = v4l2/libspa-v4l2
|
api.v4l2.* = v4l2/libspa-v4l2
|
||||||
api.libcamera.* = libcamera/libspa-libcamera
|
api.libcamera.* = libcamera/libspa-libcamera
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue