mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
context: improve param debug
Make it possible to log more info in the param debug functions
This commit is contained in:
parent
6495199a7a
commit
108bf82a10
4 changed files with 19 additions and 13 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue