gstreamer/subprojects/gstreamer/tests
Philippe Normand 3f3bd70687 tests: gstelement: Fix test_add_pad_while_paused flakiness
`gst_element_remove_pad()` doesn't automatically deactivate the pad, it has to
be done explicitly beforehand, otherwise the pad task might be left dangling,
exposed to undefined behaviour.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3653>
2022-12-28 17:42:31 +00:00
..
benchmarks Remove glib and gobject dependencies everywhere 2022-04-01 16:32:17 +00:00
check tests: gstelement: Fix test_add_pad_while_paused flakiness 2022-12-28 17:42:31 +00:00
examples Remove glib and gobject dependencies everywhere 2022-04-01 16:32:17 +00:00
misc Move files from gstreamer into the "subprojects/gstreamer/" subdir 2021-09-24 16:13:07 -03:00
validate meson: Set install_tag on some targets 2022-09-20 10:08:15 +00:00
meson.build Move files from gstreamer into the "subprojects/gstreamer/" subdir 2021-09-24 16:13:07 -03: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, ...