mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
media-session: don't emit metadata remove in shutdown
When in shutdown we destroy all objects but don't remove all the metadata associated with them, like route settings.
This commit is contained in:
parent
19a67a2da5
commit
19dc150643
3 changed files with 13 additions and 1 deletions
|
|
@ -228,6 +228,7 @@ struct sm_media_session_events {
|
|||
void (*remove) (void *data, struct sm_object *object);
|
||||
|
||||
void (*rescan) (void *data, int seq);
|
||||
void (*shutdown) (void *data);
|
||||
void (*destroy) (void *data);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue