diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2006-09-12 20:18:55 +0000 |
---|---|---|
committer | Stefan Kost <ensonic@users.sourceforge.net> | 2006-09-12 20:18:55 +0000 |
commit | 5b377ab1431b9dc1b63a10595d0864502dcbc473 (patch) | |
tree | 2de3774710fd0fa50c68f7b8d3e5ca92bef7377c /ChangeLog | |
parent | 22ebcc3091b84f0082581ee30a944da993fc5bc7 (diff) | |
download | gst-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-- | ChangeLog | 15 |
1 files changed, 11 insertions, 4 deletions
@@ -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> |