mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-04 21:18:03 +02:00
bluez: create softdsp endpoints for bluetooth nodes
This commit is contained in:
parent
b9ad90f68c
commit
897d94c7dd
1 changed files with 1 additions and 1 deletions
|
|
@ -191,7 +191,7 @@ on_node_added (WpCore *core, WpProxy *proxy, struct impl *data)
|
|||
endpoint_props = g_variant_builder_end (&b);
|
||||
|
||||
/* Create the endpoint async */
|
||||
wp_factory_make (core, "pipewire-simple-endpoint", WP_TYPE_ENDPOINT,
|
||||
wp_factory_make (core, "pw-audio-softdsp-endpoint", WP_TYPE_ENDPOINT,
|
||||
endpoint_props, on_endpoint_created, data);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue