mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-20 06:59:58 -05:00
media-session: put match rules in "" to avoid confusion
This commit is contained in:
parent
11900bbd67
commit
ce7a8c9538
3 changed files with 9 additions and 9 deletions
|
|
@ -27,7 +27,7 @@ rules = [
|
|||
matches = [
|
||||
{
|
||||
# this matches all cards
|
||||
device.name = ~bluez_card.*
|
||||
device.name = "~bluez_card.*"
|
||||
}
|
||||
]
|
||||
actions = {
|
||||
|
|
@ -41,11 +41,11 @@ rules = [
|
|||
matches = [
|
||||
{
|
||||
# matches all sinks
|
||||
node.name = ~bluez_input.*
|
||||
node.name = "~bluez_input.*"
|
||||
}
|
||||
{
|
||||
# matches all sources
|
||||
node.name = ~bluez_output.*
|
||||
node.name = "~bluez_output.*"
|
||||
}
|
||||
]
|
||||
actions = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue