gstreamer/tests/check
Tim-Philipp Müller f6b1533e7a tests: pipeline: try to make test_pipeline_reset_start_time more reliable
Occasionally this test would fail, especially if the system is under load,
because the position query would pick up the last position from the
last buffer timestamp which has a lower timestamp than what we're
looking for. The sleep is long enough, however. It's unclear to me why
exactly this happens but there seems to be some kind of scheduling
issue going on as the streaming thread floods the sink with buffers.

Let's throttle the fakesrc to 100 buffers per second and make the sink
sync to the clock to restore some sanity. It should be totally sufficient
to test what we want to test, and seems to make things reliable here.
2018-02-15 13:40:22 +00:00
..
elements tests: fakesink: make notify stress test work better on Windows 2018-01-11 19:57:13 +00:00
generic tests: include config.h and don't include unix headers 2017-11-24 13:41:20 +01:00
gst tests: pipeline: try to make test_pipeline_reset_start_time more reliable 2018-02-15 13:40:22 +00:00
libs aggregator: rename _get_buffer() -> _peek_buffer() and _steal -> _pop 2018-01-23 09:44:44 +00: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 tests: abi: fix abi test on 64-bit Windows 2018-01-11 12:04:31 +00:00
meson.build Skip gst_deinit() if gstreamer was not initialized properly 2017-12-24 16:21:38 +01:00