summaryrefslogtreecommitdiffstats
path: root/ext/wavpack/gstwavpackparse.h
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2007-06-09 15:33:32 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2007-06-09 15:33:32 +0000
commite05417a077e8d85cafe68bd215c6b0fd133b0022 (patch)
treefde3254974bdbbc506b527a78e7a474c115f00d5 /ext/wavpack/gstwavpackparse.h
parent06d12027fa3ea6540724a958b7557adb65137744 (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 'ext/wavpack/gstwavpackparse.h')
-rw-r--r--ext/wavpack/gstwavpackparse.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/wavpack/gstwavpackparse.h b/ext/wavpack/gstwavpackparse.h
index c1d6feea..0b089d9f 100644
--- a/ext/wavpack/gstwavpackparse.h
+++ b/ext/wavpack/gstwavpackparse.h
@@ -67,6 +67,7 @@ struct _GstWavpackParse
GstSegment segment; /* the currently configured segment, in
* samples/audio frames (DEFAULT format) */
+ guint32 next_block_index;
GstAdapter *adapter; /* when operating chain-based, otherwise NULL */