mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
jack: implement more metadata API
Rework the metadata implementation without pw_properties to make it easier to delete all subjects and implement the metadata API. Remove metadata from all objects when they are destroyed.
This commit is contained in:
parent
16ca53e592
commit
539296069d
3 changed files with 225 additions and 169 deletions
|
|
@ -87,7 +87,7 @@ struct port;
|
|||
struct globals {
|
||||
jack_thread_creator_t creator;
|
||||
jack_client_t *client;
|
||||
struct pw_properties *properties;
|
||||
struct pw_array descriptions;
|
||||
};
|
||||
|
||||
static struct globals globals;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue