summaryrefslogtreecommitdiffstats
path: root/gst/level/gstlevel.h
Commit message (Collapse)AuthorAgeFilesLines
* added second example with plotting fixed some aestheticsThomas Vander Stichele2003-09-261-1/+1
| | | | | | Original commit message from CVS: added second example with plotting fixed some aesthetics
* reworked level plugin. It now does RMS, peak, and decay peak signaling per ↵Thomas Vander Stichele2003-09-211-5/+27
| | | | | | | | interleaved channel. Original commit message from CVS: reworked level plugin. It now does RMS, peak, and decay peak signaling per interleaved channel.
* s/Gnome-Streamer/GStreamer/Andy Wingo2002-03-201-1/+1
| | | | | Original commit message from CVS: s/Gnome-Streamer/GStreamer/
* removal of //-style comments don't link plugins to core libs -- the ↵Andy Wingo2002-03-191-2/+2
| | | | | | | | | versioning is done internally to the plugins with... Original commit message from CVS: * removal of //-style comments * don't link plugins to core libs -- the versioning is done internally to the plugins with the plugin_info struct, and symbol resolution is lazy, so we can always know if a plugin can be loaded by the plugin_info data. in theory.
* Initial revisionAndy Wingo2001-12-221-0/+69
Original commit message from CVS: Initial revision