gstreamer/tests/check
Havard Graff 4b3872f757 gstpad: use hook_id instead of hook in called_probes list
A pointer to a hook in this list can easily not be unique, given both
the slice-allocator reusing memory, and the OS re-using freed blocks
in malloc.

By doing many repeated add and remove of probes, this becomes very easily
reproduced.

Instead use hook_id, which *is* unique for a added GHook.
2018-11-06 10:04:00 +01:00
..
elements filesink: Use SYNC_AFTER flag in seeking test 2018-08-17 17:26:17 +03:00
generic tests: include config.h and don't include unix headers 2017-11-24 13:41:20 +01:00
gst gstpad: use hook_id instead of hook in called_probes list 2018-11-06 10:04:00 +01:00
libs bitwriter: Add unit tests 2018-05-06 17:05:27 +02:00
pipelines tests: fix message leak in seek test 2017-04-19 13:39:46 +01:00
tools tests: refactor tools check a little 2014-10-31 16:10:01 +00:00
.gitignore tests: add check for gst-inspect --exists functionality 2012-09-01 23:02:10 +01:00
Makefile.am bitwriter: Add unit tests 2018-05-06 17:05:27 +02:00
meson.build meson: add option to disable build of GStreamer unit test library 2018-08-10 01:23:35 +01:00