summaryrefslogtreecommitdiffstats
path: root/ext/wavpack/gstwavpackdec.h
diff options
context:
space:
mode:
authorEdgard Lima <edgard.lima@indt.org.br>2005-11-25 19:58:19 +0000
committerEdgard Lima <edgard.lima@indt.org.br>2005-11-25 19:58:19 +0000
commit7b858529510534d9e8e45d1df5883b62fd910396 (patch)
tree34abb2c120e3548b4f5b0a78e27aca65f2a3e222 /ext/wavpack/gstwavpackdec.h
parent4fbab01946484f849b057865543204804cda4551 (diff)
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.
Diffstat (limited to 'ext/wavpack/gstwavpackdec.h')
-rw-r--r--ext/wavpack/gstwavpackdec.h7
1 files changed, 7 insertions, 0 deletions
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;
};