From e594bf3649ed2daab507a9f79080ef3aaa484b52 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Mon, 21 Nov 2005 17:52:15 +0000 Subject: Forgot to commit header file changes, Makefile.am changes. Oops. Original commit message from CVS: Forgot to commit header file changes, Makefile.am changes. Oops. --- gst/auparse/gstauparse.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gst/auparse/gstauparse.h') diff --git a/gst/auparse/gstauparse.h b/gst/auparse/gstauparse.h index 9c9a8cd8..02fba26c 100644 --- a/gst/auparse/gstauparse.h +++ b/gst/auparse/gstauparse.h @@ -23,6 +23,7 @@ #include +#include G_BEGIN_DECLS @@ -48,11 +49,15 @@ struct _GstAuParse { guchar le; glong offset; + glong buffer_offset; + gint sample_size; glong size; glong encoding; glong frequency; glong channels; + GstAdapter *adapter; + }; struct _GstAuParseClass { -- cgit