mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-09 13:30:06 -05:00
Add update_uris method and event
Add a way to send mapper updates between client and server and a way to map between client and server types.
This commit is contained in:
parent
997aa036ba
commit
c1cf1e6f67
8 changed files with 302 additions and 21 deletions
|
|
@ -68,6 +68,8 @@ struct _PinosContext {
|
|||
PinosProxy *registry_proxy;
|
||||
|
||||
PinosMap objects;
|
||||
uint32_t n_uris;
|
||||
PinosMap uris;
|
||||
|
||||
SpaList global_list;
|
||||
SpaList stream_list;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue