mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
conf: fix comment node.always-driver -> node.always-process
Fixes #3696
This commit is contained in:
parent
8ecc61e117
commit
0f58b9162b
2 changed files with 2 additions and 2 deletions
|
|
@ -162,7 +162,7 @@ context.objects = [
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# A default dummy driver. This handles nodes marked with the "node.always-driver"
|
# A default dummy driver. This handles nodes marked with the "node.always-process"
|
||||||
# property when no other driver is currently active. JACK clients need this.
|
# property when no other driver is currently active. JACK clients need this.
|
||||||
{ factory = spa-node-factory
|
{ factory = spa-node-factory
|
||||||
args = {
|
args = {
|
||||||
|
|
|
||||||
|
|
@ -224,7 +224,7 @@ context.objects = [
|
||||||
#{ factory = adapter args = { factory.name = audiotestsrc node.name = my-test node.description = audiotestsrc } }
|
#{ factory = adapter args = { factory.name = audiotestsrc node.name = my-test node.description = audiotestsrc } }
|
||||||
#{ factory = spa-node-factory args = { factory.name = api.vulkan.compute.source node.name = my-compute-source } }
|
#{ factory = spa-node-factory args = { factory.name = api.vulkan.compute.source node.name = my-compute-source } }
|
||||||
|
|
||||||
# A default dummy driver. This handles nodes marked with the "node.always-driver"
|
# A default dummy driver. This handles nodes marked with the "node.always-process"
|
||||||
# property when no other driver is currently active. JACK clients need this.
|
# property when no other driver is currently active. JACK clients need this.
|
||||||
{ factory = spa-node-factory
|
{ factory = spa-node-factory
|
||||||
args = {
|
args = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue