gstreamer/tests
Victor Toso 2f77d877c3 tests: matroskamux avoid -Wmaybe-uninitialized
False positive for the three variables but some warnings like:

   ../tests/check/elements/matroskamux.c:875:10:
    warning: 'chapters_offset' may be used uninitialized in this function [-Wmaybe-uninitialized]
   *index = chapters_offset;
   ~~~~~~~^~~~~~~~~~~~~~~~~

The above is false positive as there is a gboolean to check if it was
initialized or not (found_chapters_declaration).
2019-01-18 13:53:18 +00:00
..
check tests: matroskamux avoid -Wmaybe-uninitialized 2019-01-18 13:53:18 +00:00
examples Revert "rtpbin: receive bundle support" 2018-12-20 13:25:10 +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 tests: Enable unit test on Windows 2018-12-18 22:52:24 +09:00