Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/gst-plugins-good.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-06-02check: Use GST_CHECK_MAIN () macro everywhereEdward Hervey
Makes source code smaller, and ensures we go through common initialization path (like the one that sets up XML unit test output ...)
2013-05-10tests: Fix some more unit testsSebastian Dröge
2012-08-17equalizer: enable presets for the n-band equalizerStefan Sauer
Add a test for saving and restoring the preset.
2012-03-31update for child proxy api changeWim Taymans
2012-02-06iirequalizer: fix equalizer and unit testWim Taymans
2012-01-31tests: fix more testsWim Taymans
2012-01-03test: make more unit tests compileWim Taymans
2011-11-25tests: update for gstcheck API changeRené Stadler
2010-03-17Add -Wmissing-declarations -Wmissing-prototypes warning flagsBenjamin Otte
And fix all the warnings.
2008-02-08Move the equalizer plugin across from -badJan Schmidt
Original commit message from CVS: * configure.ac: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-good-plugins-docs.sgml: * docs/plugins/gst-plugins-good-plugins-sections.txt: * docs/plugins/gst-plugins-good-plugins.args: * docs/plugins/gst-plugins-good-plugins.hierarchy: * docs/plugins/gst-plugins-good-plugins.interfaces: * docs/plugins/inspect/plugin-equalizer.xml: * gst/equalizer/Makefile.am: * tests/check/Makefile.am: * tests/examples/Makefile.am: Move the equalizer plugin across from -bad * tests/check/elements/.cvsignore: Add equalizer, audiosincwband and audiosincwlimit * tests/check/elements/equalizer.c: Fix compiler warnings
2008-01-18tests/check/: Add some minimal tests for the equalizer plugin.Sebastian Dröge
Original commit message from CVS: * tests/check/Makefile.am: * tests/check/elements/.cvsignore: * tests/check/elements/equalizer.c: (setup_equalizer), (cleanup_equalizer), (GST_START_TEST), (equalizer_suite), (main): Add some minimal tests for the equalizer plugin.