summaryrefslogtreecommitdiffstats
path: root/gst/equalizer/gstiirequalizer.h
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2007-10-18 06:14:42 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2007-10-18 06:14:42 +0000
commit2204bb65495ad474d1120dc960a28b5eea18ed20 (patch)
tree93499db34d12a7e79cf86177c438c14ff7a96590 /gst/equalizer/gstiirequalizer.h
parent418ed536ef2d596c25f84c9aa8634661bb319a31 (diff)
gst/equalizer/gstiirequalizer.*: Move bandwidth property to the separate bands and add float64 support.
Original commit message from CVS: * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_band_set_property), (gst_iir_equalizer_band_get_property), (gst_iir_equalizer_band_class_init), (gst_iir_equalizer_band_init), (gst_iir_equalizer_band_get_type), (gst_iir_equalizer_class_init), (setup_filter), (gst_iir_equalizer_setup): * gst/equalizer/gstiirequalizer.h: Move bandwidth property to the separate bands and add float64 support.
Diffstat (limited to 'gst/equalizer/gstiirequalizer.h')
-rw-r--r--gst/equalizer/gstiirequalizer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gst/equalizer/gstiirequalizer.h b/gst/equalizer/gstiirequalizer.h
index 558959c8..6e7839a3 100644
--- a/gst/equalizer/gstiirequalizer.h
+++ b/gst/equalizer/gstiirequalizer.h
@@ -56,7 +56,6 @@ struct _GstIirEqualizer
/* properties */
guint freq_band_count;
- gdouble band_width;
/* for each band and channel */
gpointer history;
guint history_size;