mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-04 16:39:39 +00:00
f2d5cae8da
Original commit message from CVS: /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to deal with that. Fixes #113488. |
||
---|---|---|
.. | ||
.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).