From e05417a077e8d85cafe68bd215c6b0fd133b0022 Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Sat, 9 Jun 2007 15:33:32 +0000 Subject: 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. --- ext/wavpack/gstwavpackparse.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/wavpack/gstwavpackparse.h') 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 */ -- cgit