From: Jeremy Simon Date: Sun, 11 May 2003 17:19:00 +0000 (+0000) Subject: Oups I forgot gstflacenc.h X-Git-Tag: BRANCH-ERROR-ROOT~191 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=72750b9f25e5fe26684f860f88e5389cf6912cfb;p=platform%2Fupstream%2Fgst-plugins-good.git Oups I forgot gstflacenc.h Original commit message from CVS: Oups I forgot gstflacenc.h --- diff --git a/ext/flac/gstflacenc.h b/ext/flac/gstflacenc.h index 84c16dbf4..9c724b9c7 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 {