mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-05-21 03:38:13 +02:00
Previously when parameters were enumarated, it was checked if at least one param was known for `id`. If not, `-ENOENT` was returned to signal that this param id is not supported. This is not necessarily true, since a param id might be supported, but it might have zero params at the moment, in which case an unexpected error would be returned. Fix that by using `pw_param_info_find()` with the underlying impl object to check if the param id is actually supported. |
||
|---|---|---|
| .. | ||
| client-node.c | ||
| client-node.h | ||
| protocol-native.c | ||
| remote-node.c | ||