mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
pulse-server: rename obj_id -> id
Simply use id for the object id.
This commit is contained in:
parent
5a315d5351
commit
b2d221a66c
2 changed files with 8 additions and 8 deletions
|
|
@ -156,7 +156,7 @@ uint32_t collect_transport_codec_info(struct pw_manager_object *card,
|
|||
struct spa_dict *collect_props(struct spa_pod *info, struct spa_dict *dict);
|
||||
uint32_t find_profile_index(struct pw_manager_object *card, const char *name);
|
||||
uint32_t find_port_index(struct pw_manager_object *card, uint32_t direction, const char *port_name);
|
||||
struct pw_manager_object *find_linked(struct pw_manager *m, uint32_t obj_id, enum pw_direction direction);
|
||||
bool collect_is_linked(struct pw_manager *m, uint32_t obj_id, enum pw_direction direction);
|
||||
struct pw_manager_object *find_linked(struct pw_manager *m, uint32_t id, enum pw_direction direction);
|
||||
bool collect_is_linked(struct pw_manager *m, uint32_t id, enum pw_direction direction);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue