From b066913324c8e5923dc036e5eefb02e5965f8790 Mon Sep 17 00:00:00 2001 From: Edgard Lima Date: Fri, 25 Nov 2005 19:58:19 +0000 Subject: Wavpack ported to 0.9. No support for correction file yet. Original commit message from CVS: Wavpack ported to 0.9. No support for correction file yet. --- ext/wavpack/gstwavpackdec.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ext/wavpack/gstwavpackdec.h') diff --git a/ext/wavpack/gstwavpackdec.h b/ext/wavpack/gstwavpackdec.h index 32fc48d1..1f4a3835 100644 --- a/ext/wavpack/gstwavpackdec.h +++ b/ext/wavpack/gstwavpackdec.h @@ -48,11 +48,14 @@ struct _GstWavpackDec GstElement element; GstPad *sinkpad, *srcpad; +#if 0 GstPad *wvcsinkpad; +#endif WavpackContext *context; int32_t *decodebuf; + guint decodebuf_size; WavpackStream *stream; @@ -61,6 +64,10 @@ struct _GstWavpackDec guint width; long frame_length; + guint64 wvcflushed_bytes; + guint64 duration; + guint64 wvcduration; + guchar *decdata; long *cache; }; -- cgit v1.2.1