mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-22 08:56:59 -05:00
pod: handle NULL
This commit is contained in:
parent
e28b5f91b8
commit
3dba9f0fd4
10 changed files with 121 additions and 111 deletions
|
|
@ -277,6 +277,8 @@ again:
|
|||
*dt = buf->data;
|
||||
*sz = buf->size;
|
||||
|
||||
spa_debug_pod (data);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
@ -308,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