gstreamer/libs/gst/check
Sebastian Dröge d465851cb7 check: Call gst_task_cleanup_all() in GST_END_TEST
This fixes many unit tests under valgrind that shows
leaking GstTasks that are not really leaked but just
not unreffed by the task thread before the unit test
stopped.

Fixes bug #591045.
2009-08-08 22:29:03 +02:00
..
libcheck check: fix issues with 'make distcheck' 2009-08-06 17:27:24 +01:00
.gitignore check: use private copy of check for libgstcheck 2009-08-06 17:27:12 +01:00
gstbufferstraw.c Add more missing docs. 2007-08-13 13:33:07 +00:00
gstbufferstraw.h libs/gst/check/: Add G_BEGIN_DECLS and G_END_DECLS. Move GST_CHECK_MAIN where it belongs. 2007-01-12 12:48:25 +00:00
gstcheck.c check: Don't assume gst_pad_get_peer returns non NULL value. 2009-02-04 16:07:30 +02:00
gstcheck.h check: Call gst_task_cleanup_all() in GST_END_TEST 2009-08-08 22:29:03 +02:00
gstconsistencychecker.c check: make new GstStreamConsistency structure private 2009-07-28 15:26:42 +01:00
gstconsistencychecker.h check: make new GstStreamConsistency structure private 2009-07-28 15:26:42 +01:00
Makefile.am check: add internal-check.h to BUILT_SOURCES in attempt to fix the build 2009-08-06 20:43:55 +01:00