pipewire/src/modules/module-client-node
Barnabás Pőcze abf37dbdde pipewire: module-client-node: use pw_param_info_find() to check validity
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.
2026-03-09 21:34:19 +01:00
..
client-node.c pipewire: module-client-node: use pw_param_info_find() to check validity 2026-03-09 21:34:19 +01:00
client-node.h treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
protocol-native.c buffers: increase max datas limit 2025-04-04 15:46:03 +02:00
remote-node.c Fixes parameter type that trips ubsan 2025-12-02 00:52:57 +00:00