pipewire/test
Wim Taymans 7bf84fa5e2 pod: only call the overflow callback when still needed
When we are already past the size of the buffer, don't bother calling
the overflow callback anymore, the buffer is already corrupted.

Otherwise it would be possible to have the overflow callback fail the
first time around, some data will be skipped, and then the next
overflow callback would succeed, giving the impression that all is
fine.

Add a unit test for this.
2022-09-20 16:59:25 +02:00
..
meson.build test: add simple functional tests 2022-03-05 17:51:22 +00:00
pwtest-compat.c treewide: only define feature macros when the feature is available 2022-02-04 00:15:59 +01:00
pwtest-implementation.h treewide: retain sections to prevent linker garbage collection 2022-04-15 23:58:05 +02:00
pwtest.c SPA_DATA_DIR is the source root when uninstalled 2022-03-18 21:33:02 +01:00
pwtest.h treewide: retain sections to prevent linker garbage collection 2022-04-15 23:58:05 +02:00
test-array.c
test-client.c
test-config.c
test-context.c treewide: only define feature macros when the feature is available 2022-02-04 00:15:59 +01:00
test-example.c
test-functional.c test: add simple functional tests 2022-03-05 17:51:22 +00:00
test-lib.c pipewire: improve pw_init/pw_deinit 2022-03-26 21:20:07 +01:00
test-logger.c
test-loop.c spa: support: loop: handle cancellation better 2022-06-02 00:24:24 +02:00
test-map.c
test-properties.c
test-pwtest.c treewide: only define feature macros when the feature is available 2022-02-04 00:15:59 +01:00
test-spa-buffer.c
test-spa-json.c tests: whitespace is not allowed in number either 2022-07-11 12:15:40 +02:00
test-spa-log.c
test-spa-node.c
test-spa-pod.c pod: only call the overflow callback when still needed 2022-09-20 16:59:25 +02:00
test-spa-utils.c hook: don't remove from unitialized list 2022-08-30 11:52:42 +00:00
test-support.c
test-utils.c