mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
client-stream: make PropInfo visible
This commit is contained in:
parent
7675141cb9
commit
1ab00fae6d
2 changed files with 18 additions and 6 deletions
|
|
@ -428,6 +428,16 @@ static int impl_node_enum_params(struct spa_node *node, int seq,
|
|||
return 0;
|
||||
}
|
||||
break;
|
||||
|
||||
case SPA_PARAM_PropInfo:
|
||||
switch (result.index) {
|
||||
case 0:
|
||||
return spa_node_enum_params(this->channelmix, seq, id, start, num, filter);
|
||||
default:
|
||||
return 0;
|
||||
}
|
||||
break;
|
||||
|
||||
case SPA_PARAM_Props:
|
||||
switch (result.index) {
|
||||
case 0:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue