summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2005-07-20 17:16:48 +0000
committerTim-Philipp Müller <tim@centricular.net>2005-07-20 17:16:48 +0000
commitb9ae42faa44f71e03f8dfb04d6bb738448e26c9a (patch)
treeb5daa88c0640bf7d5b9e69375b9578786d0f00ec /ChangeLog
parent5f8339431cdf566030798340486a048c85d29795 (diff)
downloadgst-plugins-bad-b9ae42faa44f71e03f8dfb04d6bb738448e26c9a.tar.gz
gst-plugins-bad-b9ae42faa44f71e03f8dfb04d6bb738448e26c9a.tar.bz2
gst-plugins-bad-b9ae42faa44f71e03f8dfb04d6bb738448e26c9a.zip
gst/spectrum/gstspectrum.*: Misc. clean-ups; most importantly, add a template to the sink pad, we don't accept any ty...
Original commit message from CVS: * gst/spectrum/gstspectrum.c: (gst_spectrum_base_init), (gst_spectrum_class_init), (gst_spectrum_init), (gst_spectrum_set_property), (gst_spectrum_link), (gst_spectrum_chain): * gst/spectrum/gstspectrum.h: Misc. clean-ups; most importantly, add a template to the sink pad, we don't accept any type of data after all.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2deb70b8..4b67f9dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2005-07-20 Tim-Philipp Müller <tim at centricular dot net>
+
+ * gst/spectrum/gstspectrum.c: (gst_spectrum_base_init),
+ (gst_spectrum_class_init), (gst_spectrum_init),
+ (gst_spectrum_set_property), (gst_spectrum_link),
+ (gst_spectrum_chain):
+ * gst/spectrum/gstspectrum.h:
+ Misc. clean-ups; most importantly, add a template to
+ the sink pad, we don't accept any type of data after all.
+
2005-07-20 Paolo Borelli <pborelli at katamail dot com>
Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
@@ -5,7 +15,7 @@
* gst/spectrum/gstspectrum.c: (gst_spectrum_init),
(gst_spectrum_link), (gst_spectrum_chain):
* gst/spectrum/gstspectrum.h:
- Handle mono streams.
+ Handle mono streams (#311006).
2005-07-16 Arwed v. Merkatz <v.merkatz@gmx.net>