pipewire/spa/plugins
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
..
alsa buffer: don't use ringbuffer in chunk 2017-11-21 12:42:27 +01:00
audiomixer buffer: don't use ringbuffer in chunk 2017-11-21 12:42:27 +01:00
audiotestsrc buffer: don't use ringbuffer in chunk 2017-11-21 12:42:27 +01:00
ffmpeg cleanups 2017-11-20 15:26:44 +01:00
support cleanups 2017-11-20 15:26:44 +01:00
test buffer: don't use ringbuffer in chunk 2017-11-21 12:42:27 +01:00
v4l2 buffer: don't use ringbuffer in chunk 2017-11-21 12:42:27 +01:00
videotestsrc buffer: don't use ringbuffer in chunk 2017-11-21 12:42:27 +01:00
volume buffer: don't use ringbuffer in chunk 2017-11-21 12:42:27 +01:00
meson.build build fixes 2017-07-04 11:30:49 +02:00