mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
media-session: keep globals in a list as well
Also keep a list of globals and use it to emit the globals in add_listener.
This commit is contained in:
parent
b432bda109
commit
541f3a4cc6
2 changed files with 20 additions and 5 deletions
|
|
@ -36,6 +36,7 @@ struct sm_object {
|
|||
uint32_t id;
|
||||
uint32_t type;
|
||||
|
||||
struct spa_list link;
|
||||
struct sm_media_session *session;
|
||||
|
||||
#define SM_OBJECT_CHANGE_MASK_PROPERTIES (1<<0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue