diff options
| author | Sebastian Dröge <slomo@circular-chaos.org> | 2007-06-09 15:33:32 +0000 |
|---|---|---|
| committer | Sebastian Dröge <slomo@circular-chaos.org> | 2007-06-09 15:33:32 +0000 |
| commit | e05417a077e8d85cafe68bd215c6b0fd133b0022 (patch) | |
| tree | fde3254974bdbbc506b527a78e7a474c115f00d5 /ChangeLog | |
| parent | 06d12027fa3ea6540724a958b7557adb65137744 (diff) | |
ext/wavpack/: Improve discont handling by checking if the next Wavpack block has the expected, following block index.
Original commit message from CVS:
* ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
(gst_wavpack_dec_chain):
* ext/wavpack/gstwavpackdec.h:
* ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
(gst_wavpack_parse_push_buffer):
* ext/wavpack/gstwavpackparse.h:
Improve discont handling by checking if the next Wavpack block has
the expected, following block index.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2007-06-09 Sebastian Dröge <slomo@circular-chaos.org> + + * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset), + (gst_wavpack_dec_chain): + * ext/wavpack/gstwavpackdec.h: + * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset), + (gst_wavpack_parse_push_buffer): + * ext/wavpack/gstwavpackparse.h: + Improve discont handling by checking if the next Wavpack block has + the expected, following block index. + 2007-06-08 Thomas Vander Stichele <thomas at apestaart dot org> * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details): |
