mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
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:
parent
041d1a142d
commit
22cec7823e
4 changed files with 24 additions and 26 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue