Oups I forgot gstflacenc.h

Original commit message from CVS:
Oups I forgot gstflacenc.h
This commit is contained in:
Jeremy Simon 2003-05-11 17:19:00 +00:00
parent 7cd177077c
commit 72750b9f25

View file

@ -45,6 +45,8 @@ struct _FlacEnc {
GstPad *sinkpad,*srcpad; GstPad *sinkpad,*srcpad;
GstCaps *metadata;
gboolean first; gboolean first;
GstBuffer *first_buf; GstBuffer *first_buf;
gboolean eos; gboolean eos;
@ -56,7 +58,8 @@ struct _FlacEnc {
gboolean stopped; gboolean stopped;
FLAC__int32 *data; FLAC__int32 *data;
FLAC__StreamEncoder *encoder; FLAC__SeekableStreamEncoder *encoder;
FLAC__StreamMetadata **meta;
}; };
struct _FlacEncClass { struct _FlacEncClass {