summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2008-03-03Correct all relevant warnings found by the sparse semantic code analyzer. Thi...BRANCH-RELEASE-0_10_19Sebastian Dröge1-6/+4
2008-02-28Map Date-Time and GPS tags and Convert from EXIF to XMP Datatime as local tim...Edgard Lima1-1/+33
2008-02-26Add support for specifying a list of cookies to be passed in the HTTP request...Wouter Cloetens1-0/+17
2008-02-25gst/selector/gstinputselector.*: Added "select-all" property to make it work ...Stefan Kost3-0/+388
2008-02-22tests/check/gst-plugins-bad.supp: Add suppressions for SoundTouch valgrind wa...Sebastian Dröge1-35/+21
2008-02-22tests/check/Makefile.am: Ignore some more elements for the states unit test, ...Sebastian Dröge1-1/+1
2008-02-12tests/check/elements/souphttpsrc.c: Include glib/gprintf.h for g_vasprintf()....Sebastian Dröge1-0/+1
2008-02-11tests/check/Makefile.am: Disable the dvb plugin for the states test. Fixes bu...Sebastian Dröge1-1/+1
2008-02-10Revert changes to 2008-02-09 due to frozen.Edgard Lima1-33/+1
2008-02-10Map Date-Time and GPS tags.Edgard Lima1-1/+33
2008-02-09gst/selector/Makefile.am: Listing the marshal.h in the nodist_HEADERS breaks ...Jan Schmidt1-1/+1
2008-02-08Remove multifile plugin, which has moved to -goodJan Schmidt2-166/+0
2008-02-08gst/multifile/: Use g_file_[sg]et_contents() instead of using stdio functions.David Schleef1-11/+61
2008-02-08Remove spectrum plugin, which has moved to -goodJan Schmidt2-573/+1
2008-02-08docs/plugins/gst-plugins-bad-plugins.*: Remove equalizer plugin docsJan Schmidt4-13/+15
2008-02-08Remove the equalizer plugin, which has moved to -goodJan Schmidt3-335/+0
2008-02-08Remove the xingmux plugin, as the element has moved into mpegaudioparse in -u...Jan Schmidt4-4943/+2
2008-02-07Remove GIO plugin which has now moved to -base.Jan Schmidt3-173/+0
2008-02-07Remove lpwsinc and bpwsinc elements - they've become audiowsinclimit and audi...Jan Schmidt3-1696/+0
2008-02-07Add more tags. Improve test app.Edgard Lima2-35/+474
2008-02-07gst/multifile/gstmultifilesink.c: Add a fixme comment.Stefan Kost1-2/+2
2008-02-02ext/metadata/gstmetadatademux.c: Demote metadatademux to GST_RANK_NONE for th...Tim-Philipp Müller1-3/+2
2008-01-31ext/faad/gstfaad.c: Fix compiler warning by making the function signature mat...Jan Schmidt1-1/+0
2008-01-30tests/icles/Makefile.am: Move -Wl parameter from _LDADD to _LDFLAGS to fix au...Sebastian Dröge1-2/+2
2008-01-30tests/check/: Add missing files for the unit test.Wouter Cloetens2-0/+37
2008-01-30docs/plugins/: Add souphttpsrc to the docs.Wouter Cloetens3-0/+420
2008-01-30Add documentation. Fix test app compilation. Fix pull mode.Edgard Lima1-1/+2
2008-01-29ext/metadata/README: Formatting.Stefan Kost1-0/+1
2008-01-29Replace the switch plugin with the selector plugin. Add output- selector as t...Stefan Kost3-3/+163
2008-01-27tests/icles/metadata_editor.c: Printf format fix.Stefan Kost1-1/+2
2008-01-26configure.ac: Check for libglade-2.0, for the metadata-editor example.Tim-Philipp Müller2-10/+15
2008-01-25Add lot of documentation.Edgard Lima3-1/+1188
2008-01-23Add documentation for the xingheader plugin.Sebastian Dröge1-5/+5
2008-01-23tests/check/: Add simple unit test for the xingmux element.Sebastian Dröge4-1/+4944
2008-01-21docs/plugins/Makefile.am: Update include list.Stefan Kost1-7/+8
2008-01-18tests/check/Makefile.am: Enable spectrum test again.Sebastian Dröge2-3/+44
2008-01-18tests/check/: Add some minimal tests for the equalizer plugin.Sebastian Dröge3-0/+333
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