gstreamer/tests/check
Nicolas Dufresne 53bf06c088 bufferpool: Fix the buffer size reset code
The offset in gst_buffer_resize() is additive. So to move back the
offset to zero, we need to pass the opposite of the current offset. This
was raised through the related unit test failingon 32bit as on 64bit
the alignment padding was enough to hide the issue. The test was
modified to also fail on 64bit. This patch will remove spurious
assertions like:

  assertion 'bufmax >= bufoffs + offset + size' failed

Fixes #316
2019-08-08 18:49:40 +01:00
..
elements query: add a new bitrate query 2018-11-07 15:04:14 +00:00
generic tests: include config.h and don't include unix headers 2017-11-24 13:41:20 +01:00
gst bufferpool: Fix the buffer size reset code 2019-08-08 18:49:40 +01:00
libs tests: basesrc: unref gst_bus_timed_pop_filtered return 2019-04-17 23:03:56 +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
gstreamer.supp tests: add the valgrind suppression file from the "common" module 2019-03-24 18:11:41 +00:00
Makefile.am bitwriter: Add unit tests 2018-05-06 17:05:27 +02:00
meson.build tests: fdsrc: Exclude unit test on Windows 2019-03-10 11:48:31 +00:00