summaryrefslogtreecommitdiffstats
path: root/ext/flac/gstflacenc.h
diff options
context:
space:
mode:
authorJeremy Simon <jsimon13@yahoo.fr>2003-05-11 17:19:00 +0000
committerJeremy Simon <jsimon13@yahoo.fr>2003-05-11 17:19:00 +0000
commit72750b9f25e5fe26684f860f88e5389cf6912cfb (patch)
tree578db2047501e51356f5479d451048b6352c90b1 /ext/flac/gstflacenc.h
parent7cd177077cd546cedc0e0e358daeced797e3772c (diff)
Oups I forgot gstflacenc.h
Original commit message from CVS: Oups I forgot gstflacenc.h
Diffstat (limited to 'ext/flac/gstflacenc.h')
-rw-r--r--ext/flac/gstflacenc.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/ext/flac/gstflacenc.h b/ext/flac/gstflacenc.h
index 84c16dbf..9c724b9c 100644
--- a/ext/flac/gstflacenc.h
+++ b/ext/flac/gstflacenc.h
@@ -45,6 +45,8 @@ struct _FlacEnc {
GstPad *sinkpad,*srcpad;
+ GstCaps *metadata;
+
gboolean first;
GstBuffer *first_buf;
gboolean eos;
@@ -56,7 +58,8 @@ struct _FlacEnc {
gboolean stopped;
FLAC__int32 *data;
- FLAC__StreamEncoder *encoder;
+ FLAC__SeekableStreamEncoder *encoder;
+ FLAC__StreamMetadata **meta;
};
struct _FlacEncClass {