summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2006-09-12 20:18:55 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2006-09-12 20:18:55 +0000
commit5b377ab1431b9dc1b63a10595d0864502dcbc473 (patch)
tree2de3774710fd0fa50c68f7b8d3e5ca92bef7377c /ChangeLog
parent22ebcc3091b84f0082581ee30a944da993fc5bc7 (diff)
downloadgst-plugins-bad-5b377ab1431b9dc1b63a10595d0864502dcbc473.tar.gz
gst-plugins-bad-5b377ab1431b9dc1b63a10595d0864502dcbc473.tar.bz2
gst-plugins-bad-5b377ab1431b9dc1b63a10595d0864502dcbc473.zip
gst/spectrum/gstspectrum.c: Implements stop() to clear the adapter and event() to clear the adapter on FLUSH_STOP and...
Original commit message from CVS: * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init), (gst_spectrum_start), (gst_spectrum_stop), (gst_spectrum_event): Implements stop() to clear the adapter and event() to clear the adapter on FLUSH_STOP and EOS.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 11 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 4560643b..b55fc5b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,21 +1,28 @@
+2006-09-12 Stefan Kost <ensonic@users.sf.net>
+
+ * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
+ (gst_spectrum_start), (gst_spectrum_stop), (gst_spectrum_event):
+ Implements stop() to clear the adapter and event() to clear the
+ adapter on FLUSH_STOP and EOS.
+
2006-09-11 Stefan Kost <ensonic@users.sf.net>
* gst/spectrum/gstspectrum.c: (gst_spectrum_init),
(gst_spectrum_set_property):
* gst/spectrum/gstspectrum.h:
- Fix type mixup in spectrum->interval (gdouble<->guint64). Spotted by
- René Stadler
+ Fix type mixup in spectrum->interval (gdouble<->guint64). Spotted by
+ René Stadler
2006-09-11 Stefan Kost <ensonic@users.sf.net>
* gst/spectrum/demo-osssrc.c: (draw_spectrum), (main):
- Use more defines
+ Use more defines
* gst/spectrum/gstspectrum.c: (gst_spectrum_init),
(gst_spectrum_dispose), (gst_spectrum_set_caps),
(gst_spectrum_transform_ip):
* gst/spectrum/gstspectrum.h:
- Apply some of the spectrum cleanup changes suggested in #348085.
+ Apply some of the spectrum cleanup changes suggested in #348085.
2006-09-08 Tim-Philipp Müller <tim at centricular dot net>