diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2006-07-18 15:53:35 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2006-07-18 15:53:35 +0000 |
commit | 37fe4c9cc7eaa6afb62cb932f1f77917c3c66c73 (patch) | |
tree | 483bfb9018f676f77c63c510b42c4fd7fe2f1cf3 /ChangeLog | |
parent | 8dd45c0027604b6ff82807760da7a77da4e1b4b6 (diff) | |
download | gst-plugins-bad-37fe4c9cc7eaa6afb62cb932f1f77917c3c66c73.tar.gz gst-plugins-bad-37fe4c9cc7eaa6afb62cb932f1f77917c3c66c73.tar.bz2 gst-plugins-bad-37fe4c9cc7eaa6afb62cb932f1f77917c3c66c73.zip |
ext/wavpack/gstwavpackdec.*: More clean-ups: remove most of the disfunctional correction pad stuff for now, if it eve...
Original commit message from CVS:
* ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init),
(gst_wavpack_dec_class_init), (gst_wavpack_dec_init),
(gst_wavpack_dec_finalize), (gst_wavpack_dec_format_samples),
(gst_wavpack_dec_clip_outgoing_buffer), (gst_wavpack_dec_chain),
(gst_wavpack_dec_sink_event), (gst_wavpack_dec_change_state):
* ext/wavpack/gstwavpackdec.h:
More clean-ups: remove most of the disfunctional correction
pad stuff for now, if it ever gets implemented a lot of stuff
will have to be rewritten anyway; redo chain function, move
errors to end, error out instead of g_assert()ing. Also rename
overly long variable 'wavpackdec' to just 'dec'; miscellaneous
other small stuff.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,5 +1,20 @@ 2006-07-18 Tim-Philipp Müller <tim at centricular dot net> + * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init), + (gst_wavpack_dec_class_init), (gst_wavpack_dec_init), + (gst_wavpack_dec_finalize), (gst_wavpack_dec_format_samples), + (gst_wavpack_dec_clip_outgoing_buffer), (gst_wavpack_dec_chain), + (gst_wavpack_dec_sink_event), (gst_wavpack_dec_change_state): + * ext/wavpack/gstwavpackdec.h: + More clean-ups: remove most of the disfunctional correction + pad stuff for now, if it ever gets implemented a lot of stuff + will have to be rewritten anyway; redo chain function, move + errors to end, error out instead of g_assert()ing. Also rename + overly long variable 'wavpackdec' to just 'dec'; miscellaneous + other small stuff. + +2006-07-18 Tim-Philipp Müller <tim at centricular dot net> + Patch by: Sebastian Dröge <slomo at circular-chaos.org> * configure.ac: |