gstreamer/tests/check
Nicolas Dufresne 8a9b20a18b 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-07-01 16:49:04 -04:00
..
elements meson: Bump minimal GLib version to 2.44 2019-06-03 08:51:40 +02: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-07-01 16:49:04 -04:00
libs basesrc: Add public gst_base_src_negotiate () function 2019-07-01 11:16:09 +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 valgrind: revert generic suppression of ld-related errors 2019-06-06 03:47:05 +02: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