Original commit message from CVS:
fixed rest of warning for gcc 3 in /gst.
fixed some Makefiles: s/-m486/-mcpu=i486/
disabled mpegaudioparse plugin. What good is this rotten code for anyway?
"(C) 1999",
};
-
-static GstTypeDefinition spectrumdefinition = {
- "spectrum_spectrum_raw",
- "spectrum/raw",
- NULL,
- NULL,
-};
-
-
/* Spectrum signals and args */
enum {
/* FILL ME */
gint spec_base, spec_len;
gint16 *re, *im, *loud;
gint16 *samples;
- gint samplecount,step,pos,i;
+ gint step,pos,i;
guchar *spect;
GstBuffer *newbuf;