mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-04-30 23:57:59 +02:00
monitors/bluez: make the source loopback node appear as non-virtual
Fixes: #729
This commit is contained in:
parent
14cbddd007
commit
b8f0cf3644
1 changed files with 1 additions and 0 deletions
|
|
@ -436,6 +436,7 @@ function CreateDeviceLoopbackSource (dev_name, dec_desc, dev_id)
|
|||
["playback.props"] = Json.Object {
|
||||
["node.name"] = string.format ("bluez_input.%s", dev_name),
|
||||
["node.description"] = string.format ("%s", dec_desc),
|
||||
["node.virtual"] = false,
|
||||
["audio.position"] = "[MONO]",
|
||||
["media.class"] = "Audio/Source",
|
||||
["device.id"] = dev_id,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue