mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
f7b65944ee
Original commit message from CVS: * gst/monoscope/gstmonoscope.c: make sure we only provide 256x128 * gst/monoscope/monoscope.c: (monoscope_init): assert size of 256x128 |
||
---|---|---|
.. | ||
.gitignore | ||
convolve.c | ||
convolve.h | ||
gstmonoscope.c | ||
Makefile.am | ||
monoscope.c | ||
monoscope.h | ||
README |
This is a visualization based on on the monoscope output plugin from alsaplayer. The monoscope output plugin was written primarily by Ralph Loader. 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).