summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2008-02-08 02:00:49 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2008-02-08 02:00:49 +0000
commitd6e3e6d9c0fe39534930c647755c4219eb39f39f (patch)
tree523e56681ab8273336001affda080665a1640f41 /ChangeLog
parent440f4cd1810f7150aed8cba41f31a47b5f796629 (diff)
downloadgst-plugins-bad-d6e3e6d9c0fe39534930c647755c4219eb39f39f.tar.gz
gst-plugins-bad-d6e3e6d9c0fe39534930c647755c4219eb39f39f.tar.bz2
gst-plugins-bad-d6e3e6d9c0fe39534930c647755c4219eb39f39f.zip
Remove the equalizer plugin, which has moved to -good
Original commit message from CVS: * configure.ac: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-bad-plugins-docs.sgml: * docs/plugins/gst-plugins-bad-plugins-sections.txt: * docs/plugins/inspect/plugin-equalizer.xml: * gst/equalizer/.cvsignore: * gst/equalizer/Makefile.am: * gst/equalizer/demo.c: * gst/equalizer/gstiirequalizer.c: * gst/equalizer/gstiirequalizer.h: * gst/equalizer/gstiirequalizer10bands.c: * gst/equalizer/gstiirequalizer10bands.h: * gst/equalizer/gstiirequalizer3bands.c: * gst/equalizer/gstiirequalizer3bands.h: * gst/equalizer/gstiirequalizernbands.c: * gst/equalizer/gstiirequalizernbands.h: * tests/check/Makefile.am: * tests/check/elements/.cvsignore: * tests/check/elements/equalizer.c: Remove the equalizer plugin, which has moved to -good
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1123a577..77545d7e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,30 @@
2008-02-08 Jan Schmidt <jan.schmidt@sun.com>
* configure.ac:
+ * docs/plugins/Makefile.am:
+ * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
+ * docs/plugins/gst-plugins-bad-plugins-sections.txt:
+ * docs/plugins/inspect/plugin-equalizer.xml:
+ * gst/equalizer/.cvsignore:
+ * gst/equalizer/Makefile.am:
+ * gst/equalizer/demo.c:
+ * gst/equalizer/gstiirequalizer.c:
+ * gst/equalizer/gstiirequalizer.h:
+ * gst/equalizer/gstiirequalizer10bands.c:
+ * gst/equalizer/gstiirequalizer10bands.h:
+ * gst/equalizer/gstiirequalizer3bands.c:
+ * gst/equalizer/gstiirequalizer3bands.h:
+ * gst/equalizer/gstiirequalizernbands.c:
+ * gst/equalizer/gstiirequalizernbands.h:
+ * tests/check/Makefile.am:
+ * tests/check/elements/.cvsignore:
+ * tests/check/elements/equalizer.c:
+
+ Remove the equalizer plugin, which has moved to -good
+
+2008-02-08 Jan Schmidt <jan.schmidt@sun.com>
+
+ * configure.ac:
Make DISABLE_DEPRECATED defined *only* during CVS, not during
pre-releases or releases.