gstreamer/subprojects/gstreamer/tests
Sebastian Dröge 41f3fab3d4 clock: Fix unchecked overflows in linear regression code
The initial calculation for the precision shift was wrong and would allow for
overflows during the calculations which were not detected and lead to wrong
results.

Also add a test for a case where overflows where previously not detected and
caused a completely wrong result.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7406>
2024-08-29 10:55:35 +00:00
..
benchmarks Remove glib and gobject dependencies everywhere 2022-04-01 16:32:17 +00:00
check clock: Fix unchecked overflows in linear regression code 2024-08-29 10:55:35 +00:00
examples core: examples: drop use of GSlice 2023-01-24 15:25:05 +00:00
misc gstreamer: Solaris/Illumos require linking to libnsl / libsocket for various socket APIs 2024-05-26 12:33:50 +03:00
validate gstreamer/gst-tester: Don't leak thread 2024-07-01 23:19:40 +00:00
meson.build gstreamer-full: add full static support 2023-05-31 15:17:11 +00:00
README Move files from gstreamer into the "subprojects/gstreamer/" subdir 2021-09-24 16:13:07 -03:00

This directory contains regression tests, functionality tests, examples,
benchmarks, ...

benchmarks/
   benchmarks to profile pieces of GStreamer
check/
   unit tests using the check library, non-interactive
examples/
   small examples demonstrating the use of various features
misc/
   prototypes, random bits, ...