gstreamer/gst/smoothwave
Tim-Philipp Müller f6591e5938 smoothwave: remove old 0.8 example containing code with sideeffects in g_return_if_fail()
May just as well remove it rather than fix it, so it doesn't show
up in greps for this any longer.
2011-01-08 00:20:35 +00:00
..
.gitignore tagging stuff and build fixes. In detail: 2003-11-24 04:08:47 +00:00
gstsmoothwave.c gst_element_class_set_details => gst_element_class_set_details_simple 2010-03-18 22:46:41 +01:00
gstsmoothwave.h Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass 2006-06-01 22:00:26 +00:00
Makefile.am Don't install static libs for plugins. Fixes #550851 for -bad. 2008-11-04 12:42:30 +00:00
README smoothwave fixin 2001-12-30 20:10:15 +00:00

This is a home-grown visualization, with a couple lines of code copied
from synaesthesia.  It draws the waveform in the bitmap, then fades out
the entire bitmap so older waveforms disappear.  It looks OK, but it's
grayscale so far (haven't solved the cmap problems, note all the commented
out code).  I'm going to try to make a much better version as time goes
on.