From 72750b9f25e5fe26684f860f88e5389cf6912cfb Mon Sep 17 00:00:00 2001 From: Jeremy Simon Date: Sun, 11 May 2003 17:19:00 +0000 Subject: [PATCH] Oups I forgot gstflacenc.h Original commit message from CVS: Oups I forgot gstflacenc.h --- ext/flac/gstflacenc.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ext/flac/gstflacenc.h b/ext/flac/gstflacenc.h index 84c16dbf42..9c724b9c72 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 {