summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2008-01-16Update for API changes in GIO and require GIO 2.15.2 for this.Sebastian Dröge1-12/+6
2008-01-11tests/check/elements/: It's "endianness", not "endianess". Fixes unit tests.Tim-Philipp Müller3-10/+10
2008-01-06Update to GMemoryInputStream API changes in GLib SVN and require gio-2.0 >= 2...Sebastian Dröge1-2/+15
2008-01-02tests/check/Makefile.am: Disable vcdsrc in states test because it takes too m...David Schleef1-2/+3
2008-01-01ext/musicbrainz/gsttrm.c: Don't emit signiture when going to READY, because i...David Schleef1-1/+1
2007-12-29Update to latest API changes in GLib/GIO and require at least gio-2.0 2.15.0 ...Sebastian Dröge1-2/+1
2007-11-14tests/check/elements/spectrum.c: Fix spectrum unit test for the latest spectr...Sebastian Dröge1-8/+8
2007-11-07Require GIO >= 0.1.2 and adjust unit test for an API change.Sebastian Dröge1-6/+2
2007-11-07tests/icles/equalizer-test.c: Fix gain ranges for the latest equalizer changes.Sebastian Dröge1-11/+11
2007-11-07ext/gio/gstgio.h: Add macro to check if a stream supports seeking.Sebastian Dröge3-0/+172
2007-10-27gst/interleave/interleave.c: Let's not call every request pad we create "sink...Tim-Philipp Müller3-0/+81
2007-10-25Improve documentation, write some tests for multifilesrc/sink for upcoming ->...David Schleef2-0/+111
2007-09-20Fix memory leaks. More to come.Stefan Kost2-27/+130
2007-09-19Ignore registries in any format.Stefan Kost1-1/+1
2007-09-09ext/neon/gstneonhttpsrc.c: With libneon 2.6, we need to set the NE_SESSFLAG_I...Thomas Green1-1/+81
2007-09-06Port GstSpectrum to GstAudioFilter and libgstfft, add support for int32, floa...Sebastian Dröge1-19/+374
2007-08-19tests/check/elements/: Also test everything in 32 bit float mode.Sebastian Dröge2-42/+785
2007-08-17Use generator macros for the process functions for the different sample types...Sebastian Dröge1-5/+5
2007-08-16gst/filter/gstbpwsinc.*: Implement latency query and only forward those sampl...Sebastian Dröge1-68/+92
2007-08-16gst/filter/gstlpwsinc.*: Implement latency query and only forward those sampl...Sebastian Dröge1-48/+62
2007-08-16tests/check/: Add generic state-change test suite to help to fi leaks.Stefan Kost3-0/+123
2007-08-12tests/check/elements/bpwsinc.c: Make one test constraint a bit stricter.Sebastian Dröge1-1/+1
2007-08-12tests/check/: Add unit tests for bpwsinc, testing fundamental functionality a...Sebastian Dröge3-0/+527
2007-08-12tests/check/: Add unit tests for lpwsinc, testing fundamental functionality.Sebastian Dröge3-0/+390
2007-07-19tests/check/elements/.cvsignore: Fix the buildbot with the cvsignore it wants.Jan Schmidt1-0/+1
2007-07-19tests/check/Makefile.am: tests/check/elements/timidity.c (GST_START_TEST, tim...Stefan Kost2-0/+100
2007-07-13Remove bogus check for libcheck, since we check for gstreamer-check and it pu...Jan Schmidt1-1/+1
2007-06-20gst/spectrum/gstspectrum.c: Fix leaking buffers.Stefan Kost2-0/+217
2007-06-12Move videocrop and osxvideo to -good.Jan Schmidt4-1171/+1
2007-06-08Move wavpack to good.Thomas Vander Stichele4-756/+0
2007-06-08tests/icles/videocrop-test.c: Default to xvimagesink instead of autovideosink...Tim-Philipp Müller1-3/+5
2007-05-21ChangeLog: ChangeLog surgery. gst/equalizer/gstiirequalizer.c (ARG_BAND_WIDTH...Stefan Kost1-0/+5
2007-05-19tests/check/Makefile.am: Remove bits for deinterleave check which isn't in CV...Tim-Philipp Müller1-3/+0
2007-05-19Add replaygain playback elements (#412710).René Stadler5-89/+919
2007-04-24Plug some leaks; try to make build bot happy again.Tim-Philipp Müller1-1/+1
2007-04-21tests/check/elements/audioresample.c: Add unit test for audioresample shutdow...Tim-Philipp Müller1-17/+48
2007-03-30ext/wavpack/: Don't play audioconvert. As wavpack wants/outputs all samples w...Sebastian Dröge3-11/+32
2007-03-14gst/audioresample/gstaudioresample.c: Handle discontinuous streams.Julien Moutte1-0/+85
2007-03-14tests/icles/equalizer-test.c: Port the example to new equalizer api.Stefan Kost1-36/+27
2007-03-02ext/neon/gstneonhttpsrc.*: Simplify _set_uri() and _set_proxy() and remove th...Lutz Mueller1-1/+1
2007-03-01tests/check/Makefile.am: Draw plugins in from the build tree sys/ dir, rather...Jan Schmidt1-1/+1
2007-02-03Fix up to use the newly ported (actually working) GstAudioFilter.Tim-Philipp Müller3-1/+300
2007-01-28gst/videocrop/gstvideocrop.c: Fix cropping for packed 4:2:2 formats YUYV/YUY2...Tim-Philipp Müller1-38/+55
2007-01-27tests/icles/videocrop-test.c: Catch errors while the test is running.Tim-Philipp Müller1-16/+36
2007-01-05tests/icles/videocrop-test.c: Call g_thread_init() right at the beginning. Re...Tim-Philipp Müller1-2/+3
2007-01-04Add directsoundsink to build and dist it, so it gets built when compiling wit...Vincent Torri1-2/+1
2006-12-30tests/check/elements/videocrop.c: When we can't create an element needed for ...Tim-Philipp Müller1-6/+6
2006-12-22tests/check/elements/: reapply consistent pad (de)activationStefan Kost5-0/+18
2006-12-21tests/check/elements/mpeg2enc.c: (setup_mpeg2enc)Stefan Kost5-18/+0
2006-12-21tests/check/elements/: consistent pad (de)activationStefan Kost5-0/+18