summaryrefslogtreecommitdiff
path: root/tests/check
Commit message (Expand)AuthorAgeFilesLines
* gst/audioresample/gstaudioresample.c: Let audioresample use the buffer alloca...Sjoerd Simons2008-05-081-0/+89
* tests/check/elements/rganalysis.c: Don't leak a tag list. Fixes bug #529285.Sebastian Dröge2008-04-211-0/+2
* tests/check/elements/ofa.c: Don't leak the tags string and tag list. Fixes bu...Sebastian Dröge2008-04-211-5/+9
* tests/check/Makefile.am: Don't inlcude dc1394src in the generic/states test a...Sebastian Dröge2008-04-161-1/+1
* tests/check/elements/ofa.c: Only check if the generated fingerprints are vali...Sebastian Dröge2008-04-161-16/+4
* tests/check/Makefile.am: Remove soup test certificates from the dist.Jan Schmidt2008-04-131-2/+0
* Remove soup plugin that's moved to -good (#523124)Jan Schmidt2008-04-124-499/+0
* tests/check/elements/souphttpsrc.c: Increase the timeout for the internet tes...Sebastian Dröge2008-04-101-2/+7
* tests/check/elements/ofa.c: Also check that we have processed at least 135 se...Sebastian Dröge2008-04-051-0/+28
* tests/check/: Add simple unit tests for the OFA plugin.Sebastian Dröge2008-04-043-0/+384
* Make rganalysis and rglimiter elements GAP-flag aware.Rene Stadler2008-03-242-0/+72
* ext/soup/gstsouphttpsrc.c: Don't autoplug souphttpsrc for dav/davs. This is b...Sebastian Dröge2008-03-221-1/+23
* configure.ac: Check if the compiler supports do { } while (0) macros. This fi...Sebastian Dröge2008-03-211-1/+1
* gst/selector/gstinputselector.*: Various cleanups.Wim Taymans2008-03-131-2/+3
* Port mplex element to 0.10. Fixes bug #520329.Mark Nauwelaerts2008-03-052-1/+324
* Correct all relevant warnings found by the sparse semantic code analyzer. Thi...RELEASE-0_10_19RELEASE-0_10_18BRANCH-RELEASE-0_10_19Sebastian Dröge2008-03-031-6/+4
* Add support for specifying a list of cookies to be passed in the HTTP request...Wouter Cloetens2008-02-261-0/+17
* gst/selector/gstinputselector.*: Added "select-all" property to make it work ...Stefan Kost2008-02-253-0/+388
* tests/check/gst-plugins-bad.supp: Add suppressions for SoundTouch valgrind wa...Sebastian Dröge2008-02-221-35/+21
* tests/check/Makefile.am: Ignore some more elements for the states unit test, ...Sebastian Dröge2008-02-221-1/+1
* tests/check/elements/souphttpsrc.c: Include glib/gprintf.h for g_vasprintf()....Sebastian Dröge2008-02-121-0/+1
* tests/check/Makefile.am: Disable the dvb plugin for the states test. Fixes bu...Sebastian Dröge2008-02-111-1/+1
* gst/selector/Makefile.am: Listing the marshal.h in the nodist_HEADERS breaks ...Jan Schmidt2008-02-091-1/+1
* Remove multifile plugin, which has moved to -goodJan Schmidt2008-02-082-166/+0
* gst/multifile/: Use g_file_[sg]et_contents() instead of using stdio functions.David Schleef2008-02-081-11/+61
* Remove spectrum plugin, which has moved to -goodJan Schmidt2008-02-082-573/+1
* docs/plugins/gst-plugins-bad-plugins.*: Remove equalizer plugin docsJan Schmidt2008-02-084-13/+15
* Remove the equalizer plugin, which has moved to -goodJan Schmidt2008-02-083-335/+0
* Remove the xingmux plugin, as the element has moved into mpegaudioparse in -u...Jan Schmidt2008-02-084-4943/+2
* Remove GIO plugin which has now moved to -base.Jan Schmidt2008-02-073-173/+0
* Remove lpwsinc and bpwsinc elements - they've become audiowsinclimit and audi...Jan Schmidt2008-02-073-1696/+0
* tests/check/: Add missing files for the unit test.Wouter Cloetens2008-01-302-0/+37
* docs/plugins/: Add souphttpsrc to the docs.Wouter Cloetens2008-01-303-0/+420
* Add documentation for the xingheader plugin.Sebastian Dröge2008-01-231-5/+5
* tests/check/: Add simple unit test for the xingmux element.Sebastian Dröge2008-01-234-1/+4944
* docs/plugins/Makefile.am: Update include list.Stefan Kost2008-01-211-7/+8
* tests/check/Makefile.am: Enable spectrum test again.Sebastian Dröge2008-01-182-3/+44
* tests/check/: Add some minimal tests for the equalizer plugin.Sebastian Dröge2008-01-183-0/+333
* Update for API changes in GIO and require GIO 2.15.2 for this.Sebastian Dröge2008-01-161-12/+6
* tests/check/elements/: It's "endianness", not "endianess". Fixes unit tests.Tim-Philipp Müller2008-01-113-10/+10
* Update to GMemoryInputStream API changes in GLib SVN and require gio-2.0 >= 2...Sebastian Dröge2008-01-061-2/+15
* tests/check/Makefile.am: Disable vcdsrc in states test because it takes too m...David Schleef2008-01-021-2/+3
* ext/musicbrainz/gsttrm.c: Don't emit signiture when going to READY, because i...David Schleef2008-01-011-1/+1
* Update to latest API changes in GLib/GIO and require at least gio-2.0 2.15.0 ...Sebastian Dröge2007-12-291-2/+1
* tests/check/elements/spectrum.c: Fix spectrum unit test for the latest spectr...Sebastian Dröge2007-11-141-8/+8
* Require GIO >= 0.1.2 and adjust unit test for an API change.Sebastian Dröge2007-11-071-6/+2
* ext/gio/gstgio.h: Add macro to check if a stream supports seeking.Sebastian Dröge2007-11-073-0/+172
* gst/interleave/interleave.c: Let's not call every request pad we create "sink...Tim-Philipp Müller2007-10-273-0/+81
* Improve documentation, write some tests for multifilesrc/sink for upcoming ->...David Schleef2007-10-252-0/+111
* Fix memory leaks. More to come.Stefan Kost2007-09-202-27/+130