gstreamer/subprojects/gstreamer/tests
Tim-Philipp Müller bc4f7040fa plugin: add API for plugins to provide status info messages
This can be used to store informational messages, errors or
warnings which can later be shown to the user in gst-inspect-1.0,
which can be useful for plugins that expose elements dynamically
based on external libraries or hardware capabilities.

Status messages can then provide an indication as to why a
plugin doesn't have any elements listed, for example.

Plus unit test to make sure code paths are exercised a little.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3832>
2024-02-21 00:58:19 +00:00
..
benchmarks Remove glib and gobject dependencies everywhere 2022-04-01 16:32:17 +00:00
check plugin: add API for plugins to provide status info messages 2024-02-21 00:58:19 +00:00
examples core: examples: drop use of GSlice 2023-01-24 15:25:05 +00:00
misc gstreamer: misc: relicense network-clock scheme files to LGPL v2.1+ 2023-10-27 02:48:58 +00:00
validate validate tests: include debugutilsbad to be able to use testsrcbin 2023-06-27 10:13:19 +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, ...