pipewire/spa/plugins/audioconvert
Wim Taymans b9381a9da6 audioconvert: use a new boolean to check if ready
Use a new boolean to check if the follower is allowed to emit a ready
event. This can be done right after negotiating.

Set the started field to true after we finish setting the state of the
converter and follower. This fields is used to block calling into the
process function before we complete the setup.

This avoid a crash in always-process nodes when the node is scheduled
before the audioconverter completes setup.
2023-04-25 20:16:28 +02:00
..
audioadapter.c audioconvert: use a new boolean to check if ready 2023-04-25 20:16:28 +02:00
audioconvert.c fix compilation 2023-04-05 19:53:33 +02:00
benchmark-fmt-ops.c
benchmark-resample.c
biquad.c
biquad.h
channelmix-ops-c.c
channelmix-ops-sse.c
channelmix-ops.c audioconvert: use spa_strbuf 2023-03-22 15:41:27 +01:00
channelmix-ops.h
crossover.c
crossover.h
delay.h
fmt-ops-avx2.c
fmt-ops-c.c
fmt-ops-neon.c
fmt-ops-sse2.c
fmt-ops-sse41.c
fmt-ops-ssse3.c
fmt-ops.c
fmt-ops.h
hilbert.h
law.h
meson.build
peaks-ops-c.c
peaks-ops-sse.c
peaks-ops.c
peaks-ops.h
plugin.c
resample-native-avx.c
resample-native-c.c
resample-native-impl.h
resample-native-neon.c
resample-native-sse.c
resample-native-ssse3.c
resample-native.c
resample-peaks.c
resample.h
spa-resample.c
test-audioadapter.c
test-audioconvert.c audioconvert: fix test 2023-03-22 15:41:06 +01:00
test-channelmix.c
test-fmt-ops.c test: add more lossless tests 2023-04-06 10:00:17 +02:00
test-helper.h
test-peaks.c
test-resample.c
test-source.c
volume-ops-c.c
volume-ops-sse.c
volume-ops.c
volume-ops.h
wavfile.c
wavfile.h