fix for new pipewire headers

This commit is contained in:
Sven Balzer 2025-03-31 17:28:23 +02:00
parent 716f5fc11c
commit 832c23f85c

View File

@ -548,7 +548,7 @@ static void node_event_info(void *object, const struct pw_node_info *info)
// Need to parse the parameters to get the sample rate
for (i = 0; i < info->n_params; ++i) {
pw_node_enum_params(node->proxy, 0, info->params[i].id, 0, 0, NULL);
pw_node_enum_params((struct pw_node*)node->proxy, 0, info->params[i].id, 0, 0, NULL);
}
hotplug_core_sync(node);