mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
pulse-server: use TARGET_OBJECT
The pulse API uses either the node.name or object.serials so pass this along in the TARGET_OBJECT instead of the NODE_TARGET now that wireplumber handles this.
This commit is contained in:
parent
624e265fd6
commit
ff69454eb4
14 changed files with 16 additions and 44 deletions
|
|
@ -54,7 +54,6 @@ struct selector {
|
|||
|
||||
struct pw_manager_object *select_object(struct pw_manager *m, struct selector *s);
|
||||
uint32_t id_to_index(struct pw_manager *m, uint32_t id);
|
||||
uint32_t index_to_id(struct pw_manager *m, uint32_t index);
|
||||
void select_best(struct selector *s, struct pw_manager_object *o);
|
||||
|
||||
/* ========================================================================== */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue