mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
pulse: remove metadata store
We don't actually need to store all the metadata, we just need to track the default sink and source property and store the value.
This commit is contained in:
parent
f2cc0e6723
commit
0b12cc96cc
5 changed files with 23 additions and 147 deletions
|
|
@ -356,6 +356,8 @@ struct pa_context {
|
|||
int disconnect:1;
|
||||
|
||||
struct global *metadata;
|
||||
uint32_t default_sink;
|
||||
uint32_t default_source;
|
||||
};
|
||||
|
||||
struct global *pa_context_find_global(pa_context *c, uint32_t id);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue