gstreamer/tests
2021-10-29 14:26:18 +00:00
..
benchmarks Use gst_object_unref() / gst_object_clear() instead of the GObject ones 2020-04-20 16:28:52 +00:00
check test: bitwriter: Add a test for reset_and_get_data when not byte unaligned. 2021-10-29 14:26:18 +00:00
examples gst: don't use volatile to mean atomic 2021-04-13 01:58:54 +01:00
misc tests: Maintain compatibility with GLib 2.48 2020-02-26 19:22:32 +00:00
validate Meson: Override gst-tester-1.0 program to find it in other modules 2020-08-04 11:23:42 +00:00
meson.build tests: Add a gst-tester utility 2020-05-19 13:14:46 +00:00
README README: update after removal of "old" dir. 2010-07-05 12:26:42 +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, ...