bluez: create softdsp endpoints for bluetooth nodes

This commit is contained in:
Julian Bouzas 2019-09-25 12:33:47 +02:00
parent b9ad90f68c
commit 897d94c7dd

View file

@ -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);
}