mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-07-03 00:06:38 -04:00
pipewire-pulse: Expose profile preference setting as a message
Makes it easier for libpulse-based clients to modify this setting if they want.
This commit is contained in:
parent
d8f5ed0c13
commit
187187e41f
5 changed files with 72 additions and 1 deletions
|
|
@ -162,6 +162,9 @@ void client_free(struct client *client)
|
|||
free(client->temporary_default_sink);
|
||||
free(client->temporary_default_source);
|
||||
|
||||
free(client->bluetooth_profile_preference);
|
||||
free(client->default_bluetooth_profile_preference);
|
||||
|
||||
pw_properties_free(client->props);
|
||||
pw_properties_free(client->routes);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue