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:
Wim Taymans 2020-07-31 15:47:14 +02:00
parent f2cc0e6723
commit 0b12cc96cc
5 changed files with 23 additions and 147 deletions

View file

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