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:
Wim Taymans 2020-12-01 12:03:28 +01:00
parent 19a67a2da5
commit 19dc150643
3 changed files with 13 additions and 1 deletions

View file

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