mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
We now only allow per port preallocated buffers. We exchange the index into the array instead of passing the buffers around. We still use the refcount to track when a buffer can be reused. Improve API a little, allow passing the node as the first argument of the interface call. Implement alloc_buffer in v4l2 and improve the test.
7 lines
270 B
Meson
7 lines
270 B
Meson
remote_sources = ['proxy.c', 'plugin.c']
|
|
|
|
remotelib = shared_library('spa-remote',
|
|
remote_sources,
|
|
include_directories : inc,
|
|
link_with : spalib,
|
|
install : true)
|