summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert changes to 2008-02-09 due to frozen.Edgard Lima2008-02-101-33/+1
* Map Date-Time and GPS tags.Edgard Lima2008-02-101-1/+33
* 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
* Add more tags. Improve test app.Edgard Lima2008-02-072-35/+474
* gst/multifile/gstmultifilesink.c: Add a fixme comment.Stefan Kost2008-02-071-2/+2
* ext/metadata/gstmetadatademux.c: Demote metadatademux to GST_RANK_NONE for th...Tim-Philipp Müller2008-02-021-3/+2
* ext/faad/gstfaad.c: Fix compiler warning by making the function signature mat...Jan Schmidt2008-01-311-1/+0
* tests/icles/Makefile.am: Move -Wl parameter from _LDADD to _LDFLAGS to fix au...Sebastian Dröge2008-01-301-2/+2
* 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. Fix test app compilation. Fix pull mode.Edgard Lima2008-01-301-1/+2
* ext/metadata/README: Formatting.Stefan Kost2008-01-291-0/+1
* Replace the switch plugin with the selector plugin. Add output- selector as t...Stefan Kost2008-01-293-3/+163
* tests/icles/metadata_editor.c: Printf format fix.Stefan Kost2008-01-271-1/+2
* configure.ac: Check for libglade-2.0, for the metadata-editor example.Tim-Philipp Müller2008-01-262-10/+15
* Add lot of documentation.Edgard Lima2008-01-253-1/+1188
* 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
* tests/icles/equalizer-test.c: Fix gain ranges for the latest equalizer changes.Sebastian Dröge2007-11-071-11/+11
* 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
* Ignore registries in any format.Stefan Kost2007-09-191-1/+1
* ext/neon/gstneonhttpsrc.c: With libneon 2.6, we need to set the NE_SESSFLAG_I...Thomas Green2007-09-091-1/+81
* Port GstSpectrum to GstAudioFilter and libgstfft, add support for int32, floa...Sebastian Dröge2007-09-061-19/+374
* tests/check/elements/: Also test everything in 32 bit float mode.Sebastian Dröge2007-08-192-42/+785
* Use generator macros for the process functions for the different sample types...Sebastian Dröge2007-08-171-5/+5
* gst/filter/gstbpwsinc.*: Implement latency query and only forward those sampl...Sebastian Dröge2007-08-161-68/+92