gstreamer/gst/monoscope
Thibault Saunier b541208b77 android: Make it ready for androgenizer
Remove the android/ top dir
Fixe the Makefile.am to be androgenized

To build gstreamer for android we are now using androgenizer which generates the needed Android.mk files.
Androgenizer can be found here: http://git.collabora.co.uk/?p=user/derek/androgenizer.git
2011-04-11 01:20:11 +02:00
..
.gitignore
convolve.c monoscope: stack needs to be size+1 as we put a end-marker into it 2011-03-02 10:56:33 +02:00
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 android: Make it ready for androgenizer 2011-04-11 01:20:11 +02:00
monoscope.c monoscope: don't leak the monoscope_state data 2011-03-02 13:01:45 +02:00
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).