mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
client-node: add get_node method
Make a get node method that binds to the server side node of the client-node immediately. use this in the remote_export and always return a node proxy. Use the node proxy to get property updates and signal those in the stream.
This commit is contained in:
parent
33afa18621
commit
9245c81227
9 changed files with 183 additions and 42 deletions
|
|
@ -53,7 +53,7 @@ pw_client_node_new(struct pw_resource *resource,
|
|||
void
|
||||
pw_client_node_destroy(struct pw_client_node *node);
|
||||
|
||||
void pw_client_node_registered(struct pw_client_node *node, uint32_t node_id);
|
||||
void pw_client_node_registered(struct pw_client_node *node, struct pw_global *global);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue