summaryrefslogtreecommitdiffstats
path: root/ext/flac/gstflacenc.h
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-01-09 20:01:59 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-01-09 20:01:59 +0000
commit3fc57b4be5321aede77c15800ba332a8a0c2a6cc (patch)
tree7d10793691dac98bf4165fe0d7dfdf0e6a98910f /ext/flac/gstflacenc.h
parentb7e606f7a0c1387184553f937d6c2786102b55c6 (diff)
Update for API change in flac-1.1.1. Update requirement in configure.ac. Fixes #162974.
Original commit message from CVS: * configure.ac: * ext/flac/gstflacenc.c: (gst_flacenc_init), (gst_flacenc_seek_callback), (gst_flacenc_write_callback), (gst_flacenc_tell_callback), (gst_flacenc_chain), (gst_flacenc_change_state): * ext/flac/gstflacenc.h: Update for API change in flac-1.1.1. Update requirement in configure.ac. Fixes #162974.
Diffstat (limited to 'ext/flac/gstflacenc.h')
-rw-r--r--ext/flac/gstflacenc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/flac/gstflacenc.h b/ext/flac/gstflacenc.h
index 27dbb3b0..f005f200 100644
--- a/ext/flac/gstflacenc.h
+++ b/ext/flac/gstflacenc.h
@@ -46,6 +46,7 @@ struct _FlacEnc {
gboolean first;
GstBuffer *first_buf;
+ guint64 offset;
gboolean eos;
gint channels;
gint depth;