mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
pulse-server: implement send_object_message
Use it for providing Bluez codec listing/switching interface. It currently works by just switching device profiles.
This commit is contained in:
parent
eb9b787db1
commit
132786c202
6 changed files with 292 additions and 12 deletions
|
|
@ -176,6 +176,8 @@ static void object_destroy(struct object *o)
|
|||
pw_proxy_destroy(o->this.proxy);
|
||||
if (o->this.props)
|
||||
pw_properties_free(o->this.props);
|
||||
if (o->this.message_object_path)
|
||||
free(o->this.message_object_path);
|
||||
clear_params(&o->this.param_list, SPA_ID_INVALID);
|
||||
clear_params(&o->pending_list, SPA_ID_INVALID);
|
||||
spa_list_consume(d, &o->data_list, link) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue