conf: fix comment node.always-driver -> node.always-process

Fixes #3696
This commit is contained in:
Wim Taymans 2023-12-08 17:18:57 +01:00
parent 44df080482
commit 9c6d310297
2 changed files with 2 additions and 2 deletions

View file

@ -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.
{ factory = spa-node-factory
args = {

View file

@ -224,7 +224,7 @@ context.objects = [
#{ 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 } }
# 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.
{ factory = spa-node-factory
args = {