gstreamer/tests
Vineeth TM 2aabbc2163 tests:audioconvert: Fix integer overflow build error
value of 32768L << 16 and 1L << 31 is 2147483648
but it exceeds the positive range of int which is 2147483647
resulting in integer overflow error. Use G_GINT64_CONSTANT instead of L.

https://bugzilla.gnome.org/show_bug.cgi?id=760769
2016-01-19 09:56:25 +02:00
..
check tests:audioconvert: Fix integer overflow build error 2016-01-19 09:56:25 +02:00
examples examples: playback-test: remove unused variables 2015-12-18 19:01:09 -03:00
files tests: add test to check discoverer return code for missing plugins case 2012-03-03 13:54:53 +00:00
icles gstreamer: base: Fix memory leaks when context parse fails. 2015-10-02 17:26:27 +03:00
Makefile.am tests: add small unit test for AC3 vs. JPEG typefinding issue 2010-06-05 17:24:45 +01:00