mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
90da904f1e
Original commit message from CVS: compatibility fix for new GST_DEBUG stuff. Includes fixes for missing includes for config.h and unistd.h I only ensured for plugins I can build that they work, so if some of them are still broken, you gotta fix them yourselves unfortunately. |
||
---|---|---|
.. | ||
filter.func | ||
gstlevel.c | ||
gstlevel.h | ||
Makefile.am | ||
README |
level plugin by thomas <thomas@apestaart.org> basic level indicator; prints out RMS values averaged over the buffer of one iteration. Insert this into an audio/raw chain. You can plot the level envelope of the track using gnuplot, example : tools/gstreamer-launch disksrc location=foo.wav ! parsewav ! level ! \ fakesink silent=true > foo.level graph -T gif foo.level > foo.gif xview dark.gif