mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-17 08:56:49 -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
|
|
@ -583,8 +583,8 @@ spa_volume_node_port_pull_output (SpaNode *node,
|
|||
sd = &SPA_BUFFER_DATAS (sbuf)[si];
|
||||
dd = &SPA_BUFFER_DATAS (dbuf)[di];
|
||||
|
||||
sm = spa_memory_find (0, sd->mem_id);
|
||||
dm = spa_memory_find (0, dd->mem_id);
|
||||
sm = spa_memory_find (&sd->mem);
|
||||
dm = spa_memory_find (&dd->mem);
|
||||
|
||||
src = (uint16_t*) ((uint8_t*)sm->ptr + sd->offset + soff);
|
||||
dst = (uint16_t*) ((uint8_t*)dm->ptr + dd->offset + doff);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue