mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
link: emit info_changed event
Small cleanups
This commit is contained in:
parent
f902a34290
commit
d7c26c4b59
6 changed files with 23 additions and 11 deletions
|
|
@ -524,6 +524,9 @@ impl_node_port_enum_params(struct spa_node *node,
|
|||
":", t->param_io.propType, "dr", p->volume, 2, 0.0, 10.0);
|
||||
break;
|
||||
case 3:
|
||||
if (direction == SPA_DIRECTION_OUTPUT)
|
||||
return 0;
|
||||
|
||||
param = spa_pod_builder_object(&b,
|
||||
id, t->param_io.IO,
|
||||
":", t->param_io.id, "I", t->io_prop_mute,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue