gstreamer/tests
Jan Schmidt 81d55fb479 clocksync: Add new clocksync element
The clocksync element is a generic element that can be
placed in a pipeline to synchronise passing buffers to the
clock at that point. This is similar to 'identity sync=true',
but because it isn't GstBaseTransform-based, it can process
GstBufferLists without breaking them into separate GstBuffers
2020-02-26 16:36:29 +00:00
..
benchmarks Remove autotools build system 2019-10-13 16:10:42 +01:00
check clocksync: Add new clocksync element 2020-02-26 16:36:29 +00:00
examples Remove autotools build system 2019-10-13 16:10:42 +01:00
misc Don't use glib format modifiers with sscanf or printf 2020-02-25 21:22:28 +05:30
meson.build meson: Always use a dependency object for dependencies 2018-09-05 16:33:43 +05:30
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, ...