mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-26 07:00:13 -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
|
|
@ -388,7 +388,7 @@ on_new_buffer (GObject *gobject,
|
|||
SpaData *d = &SPA_BUFFER_DATAS (b)[i];
|
||||
SpaMemory *mem;
|
||||
|
||||
mem = spa_memory_find (0, d->mem_id);
|
||||
mem = spa_memory_find (&d->mem);
|
||||
|
||||
if (mem->fd) {
|
||||
GstMemory *fdmem = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue