pipewire/spa/plugins/audioconvert
Wim Taymans eea062ee53 interfaces: improve remote API
Add return values to events and method callbacks. This makes it
possible to pass any error or async return value.
Add sync/done/error in both directions so that both proxy and resource
and perform/reply sync and produce errors.
Return a SPA_ASYNC from remote method calls (and events), keep the
sequence number in the connection.
With the core sync/done we can remove the client-node done method and
it's internal sequence number along with the seq number in method calls.
We can also use the method/event async return value to perform a sync
with as the unique sequence number for this method.
Add sync method and done/error event to proxy and resource.
2019-02-18 12:31:36 +01:00
..
audioconvert.c interfaces: improve remote API 2019-02-18 12:31:36 +01:00
benchmark-fmt-ops.c
channelmix-ops-sse.c
channelmix-ops.c device: improve callbacks 2019-02-13 11:13:46 +01:00
channelmix.c node: add max_ports to node info 2019-02-14 17:40:01 +01:00
fmt-ops-sse2.c
fmt-ops.c spa/audioconvert: don't include xmmintrin.h in the non-sse fmt-ops 2019-02-13 11:22:57 +01:00
fmtconvert.c node: add max_ports to node info 2019-02-14 17:40:01 +01:00
merger.c node: add max_ports to node info 2019-02-14 17:40:01 +01:00
meson.build
plugin.c use SPA_EXPORT to export symbols 2019-02-06 13:24:41 +01:00
resample-peaks-sse.h
resample-peaks.h
resample-speex.h
resample.c node: add max_ports to node info 2019-02-14 17:40:01 +01:00
resample.h
splitter.c node: add max_ports to node info 2019-02-14 17:40:01 +01:00
test-fmt-ops.c