pipewire/spa/tests
Wim Taymans 4288a634f4 buffer: don't use ringbuffer in chunk
We can't use a ringbuffer on the chunk because it implies the
consumer would write to it to update the read position, which we
can't do because the chunk is read-only and might even be shared.
Go back to offset/size pairs, which can sortof do the same thing
if we want later when we keep a non-shared read pointer in the
consumer.
Keep alsa timestamp around and filled state for future.
mmap the input port meta/data/chunk as read-only.
Only do clock update requests when asked.
2017-11-21 12:42:27 +01:00
..
meson.build fix build of test 2017-09-29 12:18:38 +02:00
stress-ringbuffer.c Meta: rework ringbuffer meta 2017-11-15 17:25:36 +01:00
test-graph.c buffer: don't use ringbuffer in chunk 2017-11-21 12:42:27 +01:00
test-graph2.c Reorganise SPA tree 2017-11-10 13:36:14 +01:00
test-mixer.c buffer: don't use ringbuffer in chunk 2017-11-21 12:42:27 +01:00
test-perf.c buffer: don't use ringbuffer in chunk 2017-11-21 12:42:27 +01:00
test-props.c Improve enum_param 2017-11-13 17:57:38 +01:00
test-props2.c Improve enum_param 2017-11-13 17:57:38 +01:00
test-props4.c Reorganise SPA tree 2017-11-10 13:36:14 +01:00
test-props5.c Reorganise SPA tree 2017-11-10 13:36:14 +01:00
test-ringbuffer.c buffer: don't use ringbuffer in chunk 2017-11-21 12:42:27 +01:00
test-v4l2.c buffer: don't use ringbuffer in chunk 2017-11-21 12:42:27 +01:00