diff options
Diffstat (limited to 'ext/wavpack/gstwavpackparse.h')
-rw-r--r-- | ext/wavpack/gstwavpackparse.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/wavpack/gstwavpackparse.h b/ext/wavpack/gstwavpackparse.h index 37321d83..d849da74 100644 --- a/ext/wavpack/gstwavpackparse.h +++ b/ext/wavpack/gstwavpackparse.h @@ -23,6 +23,7 @@ #define __GST_WAVPACK_PARSE_H__ #include <gst/gst.h> +#include <gst/base/gstadapter.h> G_BEGIN_DECLS @@ -67,6 +68,8 @@ struct _GstWavpackParse GstSegment segment; /* the currently configured segment, in * samples/audio frames (DEFAULT format) */ + GstAdapter *adapter; /* when operating chain-based, otherwise NULL */ + /* Array of GstWavpackParseIndexEntry structs, mapping known * sample offsets to byte offsets. Is kept increasing without * gaps (ie. append only and consecutive entries must always |