pulse-server: skip objects being created

Skip iterating over objects that still have pending updates.
Make sure we have all info and properties before we process
objects.

Fixes #376
This commit is contained in:
Wim Taymans 2020-11-13 09:52:02 +01:00
parent 041d1a142d
commit 22cec7823e
4 changed files with 24 additions and 26 deletions

View file

@ -82,6 +82,7 @@ struct pw_manager_object {
int changed;
void *info;
struct spa_list param_list;
unsigned int creating:1;
};
struct pw_manager *pw_manager_new(struct pw_core *core);