summaryrefslogtreecommitdiffstats
path: root/gst/equalizer/gstiirequalizernbands.c
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2007-11-11 12:54:31 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2007-11-11 12:54:31 +0000
commitb687bf25e3adaff4c23f5fa0bb814d9960f77cfb (patch)
tree7cd166a869e9cf0079aebef44e96f82f744f9723 /gst/equalizer/gstiirequalizernbands.c
parentd4085d9387e96b2c26d423378b065f4e9ca67d02 (diff)
gst/equalizer/: Update docs and property ranges to the real values.
Original commit message from CVS: * gst/equalizer/gstiirequalizer10bands.c: (gst_iir_equalizer_10bands_class_init): * gst/equalizer/gstiirequalizer3bands.c: (gst_iir_equalizer_3bands_class_init): * gst/equalizer/gstiirequalizernbands.c: Update docs and property ranges to the real values.
Diffstat (limited to 'gst/equalizer/gstiirequalizernbands.c')
-rw-r--r--gst/equalizer/gstiirequalizernbands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/equalizer/gstiirequalizernbands.c b/gst/equalizer/gstiirequalizernbands.c
index a3401b33..164dca5c 100644
--- a/gst/equalizer/gstiirequalizernbands.c
+++ b/gst/equalizer/gstiirequalizernbands.c
@@ -28,7 +28,7 @@
* </para>
* <para>
* <programlisting>
- * gst-launch filesrc location=song.ogg ! oggdemux ! vorbisdec ! audioconvert ! equalizer-nbands num-bands=15 band5::gain=1.0 ! alsasink
+ * gst-launch filesrc location=song.ogg ! oggdemux ! vorbisdec ! audioconvert ! equalizer-nbands num-bands=15 band5::gain=6.0 ! alsasink
* </programlisting>
* This make the equalizer use 15 bands and raises the volume of the 5th band by 6 db.
* </para>