mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
improve some debug
This commit is contained in:
parent
8a562c4427
commit
132ee30930
2 changed files with 3 additions and 2 deletions
|
|
@ -392,7 +392,8 @@ static int negotiate_format(struct impl *impl)
|
|||
}
|
||||
|
||||
spa_pod_fixate(format);
|
||||
spa_debug_format(0, NULL, format);
|
||||
if (pw_log_level_enabled(SPA_LOG_LEVEL_DEBUG))
|
||||
spa_debug_format(0, NULL, format);
|
||||
|
||||
if ((res = spa_node_port_set_param(impl->adapter_mix,
|
||||
SPA_DIRECTION_REVERSE(impl->direction), 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue