summaryrefslogtreecommitdiffstats
path: root/gst/wavparse/gstwavparse.h
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2003-08-13 06:41:09 +0000
committerDavid Schleef <ds@schleef.org>2003-08-13 06:41:09 +0000
commitb95748133423927985ef6fba702e72974090a5b6 (patch)
tree7bc5ba3911471427bdd722ba100ed63d6390bea4 /gst/wavparse/gstwavparse.h
parentb3a95010c176ad4227119a424436067445e6f5ed (diff)
Fix regressions from using gstriff library
Original commit message from CVS: Fix regressions from using gstriff library
Diffstat (limited to 'gst/wavparse/gstwavparse.h')
-rw-r--r--gst/wavparse/gstwavparse.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/wavparse/gstwavparse.h b/gst/wavparse/gstwavparse.h
index 4678750e..653154a4 100644
--- a/gst/wavparse/gstwavparse.h
+++ b/gst/wavparse/gstwavparse.h
@@ -81,6 +81,8 @@ struct _GstWavParse {
gint64 offset;
gint64 datastart;
gboolean need_discont;
+
+ GstBuffer *buf;
};
struct _GstWavParseClass {