summaryrefslogtreecommitdiffstats
path: root/tests/examples/spectrum
Commit message (Expand)AuthorAgeFilesLines
* build: fprintf, sprintf, sscanf need stdio.hStefan Kost2009-10-073-0/+3
* Fix example apps by drawing in the main-loop.Stefan Kost2009-01-272-14/+24
* tests/examples/spectrum/: Demo how to draw analyzer results synced to the clock.Stefan Kost2008-08-102-27/+104
* Don't use declarations after statements and variable length arrays.Sebastian Dröge2008-07-082-2/+4
* Fix some compiler warnings.Jan Schmidt2008-05-162-0/+5
* tests/examples/spectrum/spectrum-example.c: Add missing include to fix compil...Stefan Kost2008-02-141-0/+1
* Add a simple example application for the spectrum element, include it in the ...Jan Schmidt2008-02-093-1/+128
* gst/multifile/gstmultifilesrc.c: Need to use gsize here for the size, fixes c...Tim-Philipp Müller2008-02-082-0/+14
* gst/: Change the meaning of the magnitude values given in theSebastian Dröge2007-11-112-2/+2
* gst/spectrum/demo-audiotest.c: Use autoaudiosink instead of alsasink and use ...Sebastian Dröge2007-11-061-2/+2
* gst/spectrum/: Handling window resize.Stefan Kost2007-09-182-29/+64
* Port GstSpectrum to GstAudioFilter and libgstfft, add support for int32, floa...Sebastian Dröge2007-09-062-11/+13
* Add stdlib include (free, atoi, exit).Stefan Kost2007-07-182-0/+3
* gst/spectrum/: Remove two obsolete and confusing comments.Stefan Kost2007-03-052-4/+0
* gst/spectrum/demo-osssrc.c: Use more definesStefan Kost2006-09-111-4/+6
* gst/spectrum/: Do not use deprecated gtk functions.Stefan Kost2006-07-152-2/+2
* gst/spectrum/: port to use message to get results, cleanly exit when closing ...Stefan Kost2006-06-162-39/+158
* gst/spectrum/: added another exampleStefan Kost2006-05-262-1/+100
* gst/spectrum/Makefile.am: Link to base librariesStefan Kost2006-05-211-6/+5
* Initial port of the spectrum elementStefan Kost2006-05-201-25/+26
* configure.ac: Put DEFAULT_AUDIOSINK in config.h and use whereever possible. ...David Schleef2005-02-021-1/+4
* gst/spectrum/: Fix demo and reenable it. Yes, I'm currently playing with audi...Benjamin Otte2004-10-221-51/+35
* don't mix tabs and spacesThomas Vander Stichele2004-03-151-1/+1
* gst-indentThomas Vander Stichele2004-03-141-36/+42
* change _connect to _linkDavid Schleef2003-12-021-2/+2
* /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...Andy Wingo2003-10-081-2/+3
* GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory a...Andy Wingo2002-04-111-4/+4
* removal of //-style comments don't link plugins to core libs -- the versionin...Andy Wingo2002-03-191-1/+1
* spectrum.c -> demo-osssrc.cAndy Wingo2002-01-041-0/+81