summaryrefslogtreecommitdiffstats
path: root/ext/wavpack/gstwavpackparse.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/gstwavpackparse.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/gstwavpackparse.h')
-rw-r--r--ext/wavpack/gstwavpackparse.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/ext/wavpack/gstwavpackparse.h b/ext/wavpack/gstwavpackparse.h
index ef76ba0f..41bfe494 100644
--- a/ext/wavpack/gstwavpackparse.h
+++ b/ext/wavpack/gstwavpackparse.h
@@ -23,7 +23,6 @@
#define __GST_WAVPACK_PARSE_H__
#include <gst/gst.h>
-#include <gst/bytestream/bytestream.h>
G_BEGIN_DECLS
@@ -48,17 +47,19 @@ struct _GstWavpackParse
GstPad *sinkpad, *srcpad;
- GstByteStream* bs;
-
guint32 samplerate;
guint32 channels;
guint32 total_samples;
guint64 timestamp;
+ guint64 flushed_bytes;
+ guint64 duration;
+
guint64 seek_offset;
gboolean seek_pending;
gboolean need_discont;
gboolean need_flush;
+ gboolean eos;
};
struct _GstWavpackParseClass