diff options
author | Michael Smith <msmith@xiph.org> | 2005-11-21 17:52:15 +0000 |
---|---|---|
committer | Michael Smith <msmith@xiph.org> | 2005-11-21 17:52:15 +0000 |
commit | e594bf3649ed2daab507a9f79080ef3aaa484b52 (patch) | |
tree | 4423f60627cf825e32d41840dbf7f3b4ad898d96 /gst/auparse/gstauparse.h | |
parent | 41c068c533a0312fb435b4c2d17a8949c7d76300 (diff) |
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.
Diffstat (limited to 'gst/auparse/gstauparse.h')
-rw-r--r-- | gst/auparse/gstauparse.h | 5 |
1 files changed, 5 insertions, 0 deletions
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 <gst/gst.h> +#include <gst/base/gstadapter.h> 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 { |