mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2025-12-20 04:10:03 +01:00
When a new Format param is set, the node's state is not checked, so this attempt can even take place when the node is not suspended. Setting that param will not work if the node isn't suspended though. Add a check for the state and suspend the node if needed. Also, do not set the Format param if the new param POD is the same as that of the existing format to avoid redundant calls. (This mirrors already existing checks for the PortConfig param.) |
||
|---|---|---|
| .. | ||
| module-lua-scripting | ||
| module-reserve-device | ||
| dbus-connection-state.h | ||
| meson.build | ||
| module-dbus-connection.c | ||
| module-default-nodes-api.c | ||
| module-file-monitor-api.c | ||
| module-log-settings.c | ||
| module-logind.c | ||
| module-mixer-api.c | ||
| module-portal-permissionstore.c | ||
| module-settings.c | ||
| module-si-audio-adapter.c | ||
| module-si-node.c | ||
| module-si-standard-link.c | ||
| module-standard-event-source.c | ||