gstreamer/tests/check
Tim-Philipp Müller 7892e1e22f videoscale: fix 4-tap scaling for 64-bpp formats
Fix invalid memory access caused by broken pointer arithmetic.

If we have a uint16_t *tmpbuf and add n * dest->stride to it, we
skip twice as much as we intended to because dest->stride is in
bytes and not in pixels. This made us write beyond the end of
our allocated temp buffer, and made the unit test crash.
2012-08-04 22:05:21 +01:00
..
elements videoscale: fix 4-tap scaling for 64-bpp formats 2012-08-04 22:05:21 +01:00
generic playback, mixerutils: gst_registry_get_default() -> gst_registry_get() 2012-01-02 14:32:11 +00:00
gst update for buffer api change 2012-03-30 18:15:30 +02:00
libs tag: fix up EXIF writer for GstBuffer -> GstSample 2012-07-28 11:54:38 +01:00
pipelines tests: use multifdsink for streamheader test 2012-07-20 10:05:03 +01:00
.gitignore Ignore registries in any format. 2007-09-19 18:16:58 +00:00
gst-plugins-base.supp valgrind: add ALSA leaks fixed by snd_config_update_free_global 2011-11-07 12:20:12 +00:00
Makefile.am tests: add audio and video orc tests 2012-07-24 09:26:42 +02:00