mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
fixed first bunch of compiler warnings
Original commit message from CVS: fixed first bunch of compiler warnings
This commit is contained in:
parent
d3d8104b5c
commit
492d658c44
2 changed files with 3 additions and 2 deletions
|
@ -22,6 +22,7 @@
|
|||
*/
|
||||
|
||||
#include "gstadder.h"
|
||||
#include <string.h> /* strcmp */
|
||||
|
||||
#define GST_ADDER_BUFFER_SIZE 4096
|
||||
#define GST_ADDER_NUM_BUFFERS 8
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue