mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2025-12-24 12:00:03 +01:00
config: disable audio sink "streams"; they fail on latest pipewire
Fixes #22
This commit is contained in:
parent
e48cb30828
commit
2f0799642d
3 changed files with 3 additions and 3 deletions
|
|
@ -7,7 +7,7 @@ properties = [
|
||||||
[endpoint]
|
[endpoint]
|
||||||
session = "audio"
|
session = "audio"
|
||||||
type = "si-adapter"
|
type = "si-adapter"
|
||||||
streams = "audio-sink.streams"
|
#streams = "audio-sink.streams"
|
||||||
|
|
||||||
[endpoint.config]
|
[endpoint.config]
|
||||||
enable-monitor = true
|
enable-monitor = true
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ properties = [
|
||||||
[endpoint]
|
[endpoint]
|
||||||
session = "audio"
|
session = "audio"
|
||||||
type = "si-adapter"
|
type = "si-adapter"
|
||||||
streams = "audio-sink.streams"
|
#streams = "audio-sink.streams"
|
||||||
|
|
||||||
[endpoint.config]
|
[endpoint.config]
|
||||||
priority = 1
|
priority = 1
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ properties = [
|
||||||
[endpoint]
|
[endpoint]
|
||||||
session = "audio"
|
session = "audio"
|
||||||
type = "si-adapter"
|
type = "si-adapter"
|
||||||
streams = "audio-sink.streams"
|
#streams = "audio-sink.streams"
|
||||||
|
|
||||||
[endpoint.config]
|
[endpoint.config]
|
||||||
priority = 5
|
priority = 5
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue