mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-08 09:18:03 +02:00
Merge branch 'fix-sco-hf' into 'master'
monitors/bluez: Don't set api.bluez5.internal=true on HFP HF streams See merge request pipewire/wireplumber!809
This commit is contained in:
commit
626762ba31
1 changed files with 3 additions and 1 deletions
|
|
@ -301,7 +301,9 @@ function createNode(parent, id, type, factory, properties)
|
|||
if factory == "api.bluez5.sco.source" or
|
||||
(factory == "api.bluez5.a2dp.source" and cutils.parseBool (properties["api.bluez5.a2dp-duplex"])) then
|
||||
properties["bluez5.loopback"] = false
|
||||
properties["api.bluez5.internal"] = true
|
||||
if properties["api.bluez5.profile"] ~= "headset-audio-gateway" then
|
||||
properties["api.bluez5.internal"] = true
|
||||
end
|
||||
end
|
||||
|
||||
local node = LocalNode("adapter", properties)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue