Make buffer structure sharable

Use stucture offsets instead of pointers so that we can share the buffer
structure between client and server.
We can then pass an fd wrapping the memory of the buffer to the client.
Add beginnings of a memory pool
This commit is contained in:
Wim Taymans 2016-08-03 15:59:17 +02:00
parent 3ace7e9648
commit 98993c680b
23 changed files with 456 additions and 583 deletions

View file

@ -1,6 +1,7 @@
spalib_sources = ['audio-raw.c',
'control.c',
'debug.c',
'memory.c',
'props.c',
'ringbuffer.c',
'video-raw.c']