gstreamer/subprojects/gstreamer/tests
Thibault Saunier 2c9a642b66 meson: Give the same name for api_version in all modules
There were 2 version of it, apiversion and api_version, I chose the one
with most occurencies: `api_version`

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8178>
2024-12-20 20:19:28 +00:00
..
benchmarks Remove glib and gobject dependencies everywhere 2022-04-01 16:32:17 +00:00
check gstpad: specialize gst_pad_chain_list_default 2024-11-18 10:59:34 +00:00
examples core: examples: drop use of GSlice 2023-01-24 15:25:05 +00:00
misc gstreamer: netclock-replay: use gst_c_args when building 2024-09-20 06:20:15 +00:00
validate meson: Give the same name for api_version in all modules 2024-12-20 20:19:28 +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, ...