mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
control: keep track of prop_id
Keep track of the property id which describes the property functionality. Link controls based on the property instead of the param_id.
This commit is contained in:
parent
053f251be8
commit
2fe6a8245d
3 changed files with 19 additions and 9 deletions
|
|
@ -424,6 +424,7 @@ struct pw_control {
|
|||
struct spa_list inputs_link; /**< link in linked input control */
|
||||
|
||||
uint32_t id;
|
||||
uint32_t prop_id;
|
||||
int32_t size;
|
||||
|
||||
struct spa_hook_list listener_list;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue