mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2025-12-20 04:10: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]
|
||||
session = "audio"
|
||||
type = "si-adapter"
|
||||
streams = "audio-sink.streams"
|
||||
#streams = "audio-sink.streams"
|
||||
|
||||
[endpoint.config]
|
||||
enable-monitor = true
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ properties = [
|
|||
[endpoint]
|
||||
session = "audio"
|
||||
type = "si-adapter"
|
||||
streams = "audio-sink.streams"
|
||||
#streams = "audio-sink.streams"
|
||||
|
||||
[endpoint.config]
|
||||
priority = 1
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ properties = [
|
|||
[endpoint]
|
||||
session = "audio"
|
||||
type = "si-adapter"
|
||||
streams = "audio-sink.streams"
|
||||
#streams = "audio-sink.streams"
|
||||
|
||||
[endpoint.config]
|
||||
priority = 5
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue