summaryrefslogtreecommitdiff
path: root/tests/examples/spectrum
AgeCommit message (Expand)AuthorFilesLines
2017-06-26meson: build examplesTim-Philipp Müller1-0/+17
2016-09-01tests/examples: #define GDK_DISABLE_DEPRECATION_WARNINGSSebastian Dröge2-0/+6
2014-08-18examples: use 'post-messages' property instead of deprecated 'message' propertyRavi Kiran K N2-2/+2
2013-07-15level: Fix the spectrum example for 1.0Douglas Bagnall1-1/+1
2012-11-04Fix FSF addressTim-Philipp Müller3-6/+6
2012-07-03tests: do not use deprecated gtk+ symbolsJavier Jardón1-3/+4
2012-06-20update for clock api changesWim Taymans2-2/+2
2012-04-04gst: Update versioningSebastian Dröge1-1/+1
2012-02-16Merge branch 'master' into 0.11Wim Taymans2-6/+54
2012-02-15examples: fix spectrum example build issuesTim-Philipp Müller1-3/+4
2012-02-15spectrum-demo: show the effect of fast-modeStefan Sauer2-5/+52
2011-08-19port more elements to new audio caps and APIWim Taymans1-1/+1
2010-10-12examples: Fix build with GTK+ 3.0Sebastian Dröge2-2/+2
2010-08-02examples: no need to set the color for each frq-bandStefan Kost2-2/+2
2010-07-24examples: Destroy the cairo context after usageSebastian Dröge2-0/+4
2010-07-24examples: Use cairo instead of to-be-deprecated GDK APISebastian Dröge2-12/+18
2010-06-27examples: Make demos -DSEAL safe to fix build with GTK+ 3.0Guido Günther2-8/+12
2010-04-14tests: use LDADD for libs to link to instead of LDFLAGSTim-Philipp Müller1-3/+3
2010-03-17Add -Wmissing-declarations -Wmissing-prototypes warning flagsBenjamin Otte1-1/+1
2009-10-07build: fprintf, sprintf, sscanf need stdio.hStefan Kost3-0/+3
2009-01-27Fix example apps by drawing in the main-loop.Stefan Kost2-14/+24
2008-08-10tests/examples/spectrum/: Demo how to draw analyzer results synced to the clock.Stefan Kost2-27/+104
2008-07-08Don't use declarations after statements and variable length arrays.Sebastian Dröge2-2/+4
2008-05-16Fix some compiler warnings.Jan Schmidt2-0/+5
2008-02-14tests/examples/spectrum/spectrum-example.c: Add missing include to fix compil...Stefan Kost1-0/+1
2008-02-09Add a simple example application for the spectrum element, include it in the ...Jan Schmidt3-1/+128
2008-02-08gst/multifile/gstmultifilesrc.c: Need to use gsize here for the size, fixes c...Tim-Philipp Müller2-0/+14
2007-11-11gst/: Change the meaning of the magnitude values given in theSebastian Dröge2-2/+2
2007-11-06gst/spectrum/demo-audiotest.c: Use autoaudiosink instead of alsasink and use ...Sebastian Dröge1-2/+2
2007-09-18gst/spectrum/: Handling window resize.Stefan Kost2-29/+64
2007-09-06Port GstSpectrum to GstAudioFilter and libgstfft, add support for int32, floa...Sebastian Dröge2-11/+13
2007-07-18Add stdlib include (free, atoi, exit).Stefan Kost2-0/+3
2007-03-05gst/spectrum/: Remove two obsolete and confusing comments.Stefan Kost2-4/+0
2006-09-11gst/spectrum/demo-osssrc.c: Use more definesStefan Kost1-4/+6
2006-07-15gst/spectrum/: Do not use deprecated gtk functions.Stefan Kost2-2/+2
2006-06-16gst/spectrum/: port to use message to get results, cleanly exit when closing ...Stefan Kost2-39/+158
2006-05-26gst/spectrum/: added another exampleStefan Kost2-1/+100
2006-05-21gst/spectrum/Makefile.am: Link to base librariesStefan Kost1-6/+5
2006-05-20Initial port of the spectrum elementStefan Kost1-25/+26
2005-02-02configure.ac: Put DEFAULT_AUDIOSINK in config.h and use whereever possible. ...David Schleef1-1/+4
2004-10-22gst/spectrum/: Fix demo and reenable it. Yes, I'm currently playing with audi...Benjamin Otte1-51/+35
2004-03-15don't mix tabs and spacesThomas Vander Stichele1-1/+1
2004-03-14gst-indentThomas Vander Stichele1-36/+42
2003-12-02change _connect to _linkDavid Schleef1-2/+2
2003-10-08/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...Andy Wingo1-2/+3
2002-04-11GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory a...Andy Wingo1-4/+4
2002-03-19removal of //-style comments don't link plugins to core libs -- the versionin...Andy Wingo1-1/+1
2002-01-04spectrum.c -> demo-osssrc.cAndy Wingo1-0/+81