fixed first bunch of compiler warnings

Original commit message from CVS:
fixed first bunch of compiler warnings
This commit is contained in:
Benjamin Otte 2002-04-06 03:40:13 +00:00
parent d3d8104b5c
commit 492d658c44
2 changed files with 3 additions and 2 deletions

View file

@ -22,6 +22,7 @@
*/
#include "gstadder.h"
#include <string.h> /* strcmp */
#define GST_ADDER_BUFFER_SIZE 4096
#define GST_ADDER_NUM_BUFFERS 8

View file

@ -81,7 +81,7 @@ src_template (void)
}
return template;
}
/* defined but not used
#define GST_TYPE_AUDIOSCALE_METHOD (gst_audioscale_method_get_type())
static GType
gst_audioscale_method_get_type (void)
@ -99,7 +99,7 @@ gst_audioscale_method_get_type (void)
}
return audioscale_method_type;
}
*/
static void gst_audioscale_class_init (AudioscaleClass *klass);
static void gst_audioscale_init (Audioscale *audioscale);