diff options
author | Benjamin Otte <otte@redhat.com> | 2010-03-17 19:35:10 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2010-03-17 19:35:10 +0100 |
commit | 1055aaa9cb442ed8a816a50793adc8c2eca7e65b (patch) | |
tree | 832b3ec283692bc843e54f52b36ace2a438f843d /gst | |
parent | 18bc896605ec0c88ad0645aa413657fdde3ecf48 (diff) |
Add -Wredundant-decls warning flag
Also fix compile issues
Diffstat (limited to 'gst')
-rw-r--r-- | gst/deinterlace/tvtime/greedyh.c | 2 | ||||
-rw-r--r-- | gst/deinterlace/tvtime/tomsmocomp.c | 2 | ||||
-rw-r--r-- | gst/equalizer/gstiirequalizer.c | 3 | ||||
-rw-r--r-- | gst/replaygain/gstrganalysis.c | 4 | ||||
-rw-r--r-- | gst/replaygain/gstrglimiter.c | 4 | ||||
-rw-r--r-- | gst/replaygain/gstrgvolume.c | 3 | ||||
-rw-r--r-- | gst/rtp/gstrtpg723pay.c | 2 | ||||
-rw-r--r-- | gst/rtp/gstrtpg729pay.c | 3 | ||||
-rw-r--r-- | gst/rtpmanager/gstrtpbin.c | 1 | ||||
-rw-r--r-- | gst/rtsp/gstrtspsrc.c | 1 | ||||
-rw-r--r-- | gst/videomixer/videomixer.c | 3 |
11 files changed, 0 insertions, 28 deletions
diff --git a/gst/deinterlace/tvtime/greedyh.c b/gst/deinterlace/tvtime/greedyh.c index e44332416..c72d73d03 100644 --- a/gst/deinterlace/tvtime/greedyh.c +++ b/gst/deinterlace/tvtime/greedyh.c @@ -47,8 +47,6 @@ #define GST_DEINTERLACE_METHOD_GREEDY_H_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GST_TYPE_DEINTERLACE_METHOD_GREEDY_H, GstDeinterlaceMethodGreedyHClass)) #define GST_DEINTERLACE_METHOD_GREEDY_H_CAST(obj) ((GstDeinterlaceMethodGreedyH*)(obj)) -GType gst_deinterlace_method_greedy_h_get_type (void); - typedef struct { GstDeinterlaceMethod parent; diff --git a/gst/deinterlace/tvtime/tomsmocomp.c b/gst/deinterlace/tvtime/tomsmocomp.c index 50687f199..cab6fafd5 100644 --- a/gst/deinterlace/tvtime/tomsmocomp.c +++ b/gst/deinterlace/tvtime/tomsmocomp.c @@ -43,8 +43,6 @@ #define GST_DEINTERLACE_METHOD_TOMSMOCOMP_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GST_TYPE_DEINTERLACE_METHOD_TOMSMOCOMP, GstDeinterlaceMethodTomsMoCompClass)) #define GST_DEINTERLACE_METHOD_TOMSMOCOMP_CAST(obj) ((GstDeinterlaceMethodTomsMoComp*)(obj)) -GType gst_deinterlace_method_tomsmocomp_get_type (void); - typedef struct { GstDeinterlaceMethod parent; diff --git a/gst/equalizer/gstiirequalizer.c b/gst/equalizer/gstiirequalizer.c index 48a546166..b679d4d9d 100644 --- a/gst/equalizer/gstiirequalizer.c +++ b/gst/equalizer/gstiirequalizer.c @@ -47,9 +47,6 @@ static gboolean gst_iir_equalizer_setup (GstAudioFilter * filter, static GstFlowReturn gst_iir_equalizer_transform_ip (GstBaseTransform * btrans, GstBuffer * buf); -GST_DEBUG_CATEGORY_EXTERN (equalizer_debug); -#define GST_CAT_DEFAULT equalizer_debug - #define ALLOWED_CAPS \ "audio/x-raw-int," \ " depth=(int)16," \ diff --git a/gst/replaygain/gstrganalysis.c b/gst/replaygain/gstrganalysis.c index 1c6d1e84c..dbae1cdb6 100644 --- a/gst/replaygain/gstrganalysis.c +++ b/gst/replaygain/gstrganalysis.c @@ -135,10 +135,6 @@ static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src", GST_BOILERPLATE (GstRgAnalysis, gst_rg_analysis, GstBaseTransform, GST_TYPE_BASE_TRANSFORM); -static void gst_rg_analysis_class_init (GstRgAnalysisClass * klass); -static void gst_rg_analysis_init (GstRgAnalysis * filter, - GstRgAnalysisClass * gclass); - static void gst_rg_analysis_set_property (GObject * object, guint prop_id, const GValue * value, GParamSpec * pspec); static void gst_rg_analysis_get_property (GObject * object, guint prop_id, diff --git a/gst/replaygain/gstrglimiter.c b/gst/replaygain/gstrglimiter.c index 43c7b01a9..7f29ed78b 100644 --- a/gst/replaygain/gstrglimiter.c +++ b/gst/replaygain/gstrglimiter.c @@ -70,10 +70,6 @@ static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src", GST_BOILERPLATE (GstRgLimiter, gst_rg_limiter, GstBaseTransform, GST_TYPE_BASE_TRANSFORM); -static void gst_rg_limiter_class_init (GstRgLimiterClass * klass); -static void gst_rg_limiter_init (GstRgLimiter * filter, - GstRgLimiterClass * gclass); - static void gst_rg_limiter_set_property (GObject * object, guint prop_id, const GValue * value, GParamSpec * pspec); static void gst_rg_limiter_get_property (GObject * object, guint prop_id, diff --git a/gst/replaygain/gstrgvolume.c b/gst/replaygain/gstrgvolume.c index cf5a914a9..06359dec4 100644 --- a/gst/replaygain/gstrgvolume.c +++ b/gst/replaygain/gstrgvolume.c @@ -122,9 +122,6 @@ static GstStaticPadTemplate src_template = GST_STATIC_PAD_TEMPLATE ("src", GST_BOILERPLATE (GstRgVolume, gst_rg_volume, GstBin, GST_TYPE_BIN); -static void gst_rg_volume_class_init (GstRgVolumeClass * klass); -static void gst_rg_volume_init (GstRgVolume * self, GstRgVolumeClass * gclass); - static void gst_rg_volume_set_property (GObject * object, guint prop_id, const GValue * value, GParamSpec * pspec); static void gst_rg_volume_get_property (GObject * object, guint prop_id, diff --git a/gst/rtp/gstrtpg723pay.c b/gst/rtp/gstrtpg723pay.c index 06b5d76e5..00599ba6a 100644 --- a/gst/rtp/gstrtpg723pay.c +++ b/gst/rtp/gstrtpg723pay.c @@ -68,8 +68,6 @@ static GstStaticPadTemplate gst_rtp_g723_pay_src_template = "clock-rate = (int) 8000, " "encoding-name = (string) \"G723\"") ); -static void gst_rtp_g723_pay_init (GstRTPG723Pay * pay, - GstRTPG723PayClass * klass); static void gst_rtp_g723_pay_finalize (GObject * object); static GstStateChangeReturn gst_rtp_g723_pay_change_state (GstElement * element, diff --git a/gst/rtp/gstrtpg729pay.c b/gst/rtp/gstrtpg729pay.c index c6b5fe007..0e84f1dc0 100644 --- a/gst/rtp/gstrtpg729pay.c +++ b/gst/rtp/gstrtpg729pay.c @@ -78,9 +78,6 @@ static GstStaticPadTemplate gst_rtp_g729_pay_src_template = "clock-rate = (int) 8000, " "encoding-name = (string) \"G729\"") ); -static void -gst_rtp_g729_pay_init (GstRTPG729Pay * pay, GstRTPG729PayClass * klass); - GST_BOILERPLATE (GstRTPG729Pay, gst_rtp_g729_pay, GstBaseRTPAudioPayload, GST_TYPE_BASE_RTP_AUDIO_PAYLOAD); diff --git a/gst/rtpmanager/gstrtpbin.c b/gst/rtpmanager/gstrtpbin.c index d07d719de..f0b5a2363 100644 --- a/gst/rtpmanager/gstrtpbin.c +++ b/gst/rtpmanager/gstrtpbin.c @@ -1262,7 +1262,6 @@ static GstPad *gst_rtp_bin_request_new_pad (GstElement * element, GstPadTemplate * templ, const gchar * name); static void gst_rtp_bin_release_pad (GstElement * element, GstPad * pad); static void gst_rtp_bin_handle_message (GstBin * bin, GstMessage * message); -static void gst_rtp_bin_clear_pt_map (GstRtpBin * bin); GST_BOILERPLATE (GstRtpBin, gst_rtp_bin, GstBin, GST_TYPE_BIN); diff --git a/gst/rtsp/gstrtspsrc.c b/gst/rtsp/gstrtspsrc.c index df686145a..7573e9a3a 100644 --- a/gst/rtsp/gstrtspsrc.c +++ b/gst/rtsp/gstrtspsrc.c @@ -211,7 +211,6 @@ gst_rtsp_nat_method_get_type (void) return rtsp_nat_method_type; } -static void gst_rtspsrc_base_init (gpointer g_class); static void gst_rtspsrc_finalize (GObject * object); static void gst_rtspsrc_set_property (GObject * object, guint prop_id, diff --git a/gst/videomixer/videomixer.c b/gst/videomixer/videomixer.c index bb72a5911..157ed2b96 100644 --- a/gst/videomixer/videomixer.c +++ b/gst/videomixer/videomixer.c @@ -88,9 +88,6 @@ GST_DEBUG_CATEGORY (gst_videomixer_debug); static GType gst_videomixer_get_type (void); -static void gst_videomixer_pad_class_init (GstVideoMixerPadClass * klass); -static void gst_videomixer_pad_init (GstVideoMixerPad * mixerpad); - static void gst_videomixer_pad_get_property (GObject * object, guint prop_id, GValue * value, GParamSpec * pspec); static void gst_videomixer_pad_set_property (GObject * object, guint prop_id, |