context: improve param debug

Make it possible to log more info in the param debug functions
This commit is contained in:
Wim Taymans 2020-06-18 15:29:21 +02:00
parent 6495199a7a
commit 108bf82a10
4 changed files with 19 additions and 13 deletions

View file

@ -988,7 +988,7 @@ pw_context_find_port(struct pw_context *context,
int pw_context_debug_port_params(struct pw_context *context,
struct spa_node *node, enum spa_direction direction,
uint32_t port_id, uint32_t id, const char *debug, int err);
uint32_t port_id, uint32_t id, int err, const char *debug, ...);
const struct pw_export_type *pw_context_find_export_type(struct pw_context *context, const char *type);