summaryrefslogtreecommitdiffstats
path: root/gst/spectrum/gstspectrum.c
Commit message (Collapse)AuthorAgeFilesLines
...
* removal of //-style comments don't link plugins to core libs -- the ↵Andy Wingo2002-03-191-32/+8
| | | | | | | | | 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/+242
Original commit message from CVS: Initial revision