mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-16 07:00:00 -05:00
impl-link: improve debug
This commit is contained in:
parent
f7eafe1404
commit
f9a45a8b84
1 changed files with 2 additions and 1 deletions
|
|
@ -358,10 +358,11 @@ static int do_negotiate(struct pw_impl_link *this)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
pw_log_debug("%p: doing set format %p", this, format);
|
|
||||||
pw_log_pod(SPA_LOG_LEVEL_DEBUG, format);
|
pw_log_pod(SPA_LOG_LEVEL_DEBUG, format);
|
||||||
|
|
||||||
SPA_POD_OBJECT_ID(format) = SPA_PARAM_Format;
|
SPA_POD_OBJECT_ID(format) = SPA_PARAM_Format;
|
||||||
|
pw_log_debug("%p: doing set format %p fixated:%d", this,
|
||||||
|
format, spa_pod_is_fixated(format));
|
||||||
|
|
||||||
if (out_state == PW_IMPL_PORT_STATE_CONFIGURE) {
|
if (out_state == PW_IMPL_PORT_STATE_CONFIGURE) {
|
||||||
pw_log_debug("%p: doing set format on output", this);
|
pw_log_debug("%p: doing set format on output", this);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue