mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
implement set_format
Serialize the formats Use SpaMemoryRef where we can Add more debug
This commit is contained in:
parent
98679cbd53
commit
8f9222bf9e
19 changed files with 611 additions and 399 deletions
|
|
@ -444,7 +444,7 @@ on_received_buffer (PinosPort *port,
|
|||
uint8_t *data;
|
||||
size_t size, towrite, total;
|
||||
|
||||
mem = spa_memory_find (0, d[i].mem_id);
|
||||
mem = spa_memory_find (&d[i].mem);
|
||||
|
||||
size = d[i].size;
|
||||
data = (guint8*)mem->ptr + d[i].offset;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue