mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-14 06:59:57 -05:00
mapper: place strings in array
mapper: place strings in a big array. Make it possible to configure array and map extend size.
This commit is contained in:
parent
f613240b66
commit
d9a51b5d14
10 changed files with 41 additions and 25 deletions
|
|
@ -277,7 +277,7 @@ again:
|
|||
*dt = buf->data;
|
||||
*sz = buf->size;
|
||||
|
||||
spa_debug_pod (data);
|
||||
// spa_debug_pod (data);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
@ -310,7 +310,7 @@ pinos_connection_end_write (PinosConnection *conn,
|
|||
|
||||
buf->buffer_size += 8 + size;
|
||||
|
||||
spa_debug_pod (p);
|
||||
// spa_debug_pod (p);
|
||||
|
||||
pinos_signal_emit (&conn->need_flush, conn);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue