gstreamer/tests
Nicolas Dufresne f227f65947 supp: Ignore leaks caused by shout/sethostent
sethostent() seems to be using a global state and we endup with leaks from
that API when called through shout_init(). We had the option to only
ignore the shout case, but the impression is that if we have shout and
another sethostend user, as it's a global state, we may endup with a
different stack trace for the same leak. So in the end, we just ignore
memory allocated by sethostent in general.
2019-06-04 13:41:30 -04:00
..
check supp: Ignore leaks caused by shout/sethostent 2019-06-04 13:41:30 -04:00
examples examples: rtsp: fix compiler warning 2019-03-22 23:37:09 +00:00
files tests: dist new rtph265.rtp file 2018-12-25 16:55:31 +01:00
icles meson: Add some missing test dependencies 2018-10-28 14:10:12 +00:00
Makefile.am tests: don't build examples if --disable-examples was passed to configure 2009-05-05 13:23:45 +01:00
meson.build meson: don't build icles when tests are disabled 2019-02-28 08:52:28 +00:00