pipewire.conf: add dummy driver to pipewire.dummy group

So that we can have nodes join to the dummy driver group to let
them be scheduled by it.
This commit is contained in:
Wim Taymans 2021-05-11 15:45:09 +02:00
parent 92196787d6
commit c89af625db

View file

@ -164,6 +164,7 @@ context.objects = [
args = {
factory.name = support.node.driver
node.name = Dummy-Driver
node.group = pipewire.dummy
priority.driver = 20000
}
}