mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
context: track changes more closely
Mark the global changes and only emit a change event when something changed.
This commit is contained in:
parent
2dee35c216
commit
7782352e8d
2 changed files with 26 additions and 9 deletions
|
|
@ -264,6 +264,7 @@ struct global {
|
|||
int init:1;
|
||||
int sync:1;
|
||||
|
||||
int changed;
|
||||
void *info;
|
||||
struct global_info *ginfo;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue