gstreamer/gst/monoscope
Stefan Kost a99d3f8769 Update and add documentation for plugins with no deps (gst).
Link to properties. Correct titles for examples. Document a few trivial cases. Keep lists in section file and docs/plugins/Makefile.am alphabetically ordered.
2009-01-28 12:32:59 +02:00
..
.gitignore
convolve.c
convolve.h
gstmonoscope.c Update and add documentation for plugins with no deps (gst). 2009-01-28 12:32:59 +02:00
gstmonoscope.h
Makefile.am Don't install static libs for plugins. Fixes #550851 for -good. 2008-11-04 12:28:34 +00:00
monoscope.c
monoscope.h
README

This is a visualization based on on the monoscope output plugin from
alsaplayer.

The monoscope convolution matching code was written by Ralph Loader.

The monoscope.c and monoscope.h files are under the BSD license (without advertising clause). 

This implementation is taken from alsaplayer version 0.99.54, at
http://www.alsaplayer.org/

Note: only one instance of this plugin may be created at a time: it has a
lot of static data.  This should be fixed (and it shouldn't be hard to do
so, either).