mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
small cleanups
This commit is contained in:
parent
1ede97577b
commit
6d79ce2589
12 changed files with 46 additions and 72 deletions
|
|
@ -335,7 +335,7 @@ static int negotiate_format(struct impl *impl)
|
|||
|
||||
spa_pod_builder_init(&b, buffer, sizeof(buffer));
|
||||
|
||||
spa_log_info(this->log, "%p: negiotiate", impl);
|
||||
spa_log_debug(this->log, "%p: negiotiate", impl);
|
||||
|
||||
state = 0;
|
||||
if ((res = spa_node_port_enum_params(impl->adapter,
|
||||
|
|
@ -385,7 +385,7 @@ static int negotiate_buffers(struct impl *impl)
|
|||
struct spa_buffer_alloc_info info = { 0, };
|
||||
void *skel;
|
||||
|
||||
spa_log_info(this->log, "%p: %d", impl, impl->n_buffers);
|
||||
spa_log_debug(this->log, "%p: %d", impl, impl->n_buffers);
|
||||
|
||||
if (impl->n_buffers > 0)
|
||||
return 0;
|
||||
|
|
@ -593,7 +593,7 @@ impl_node_port_use_buffers(struct spa_node *node,
|
|||
return res;
|
||||
|
||||
|
||||
spa_log_info(this->log, "%p: %d %d", impl, n_buffers, port_id);
|
||||
spa_log_debug(this->log, "%p: %d %d", impl, n_buffers, port_id);
|
||||
|
||||
if (n_buffers > 0 && impl->use_converter) {
|
||||
if (port_id == 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue