gstreamer/gst/monoscope
Stefan Kost de4b0ef7dd goom,monoscope: truncate own caps, instead of copying and using the first only
We got the caps from an intersect, it is our own, hence we can truncate it.
2010-05-06 15:43:54 +03:00
..
.gitignore
convolve.c
convolve.h
gstmonoscope.c goom,monoscope: truncate own caps, instead of copying and using the first only 2010-05-06 15:43:54 +03:00
gstmonoscope.h Fix warnings in experimental plugins, too 2010-03-17 18:49:11 +01:00
Makefile.am
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).