gstreamer/tests/check
Haakon Sporsheim 6c079367f1 task: Fix pause/stop race condition
If a task thread is calling pause on it self and the
controlling/"main" thread stops the task, it could end in a race
where gst_task_func loops and then checks for paused after the
controlling thread just changed the task state to stopped.
Hence the task would actually call func again even though it was
both paused and stopped.

https://bugzilla.gnome.org/show_bug.cgi?id=740001
2014-11-12 12:00:48 +01:00
..
elements capsfilter: Add an optional delayed caps change mode 2014-11-03 08:09:21 +01:00
generic check: fix position unit test 2013-05-30 07:03:40 +02:00
gst task: Fix pause/stop race condition 2014-11-12 12:00:48 +01:00
libs tests: fix out-of-bounds memory access in bytereader unit test 2014-10-30 23:16:54 +00:00
pipelines tests: Add missing unrefs of objects after use 2014-08-06 13:47:11 +02: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 concat: Add unit tests for concat element 2014-08-12 15:39:09 +03:00