diff options
Diffstat (limited to 'ext/flac/gstflacenc.h')
-rw-r--r-- | ext/flac/gstflacenc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/flac/gstflacenc.h b/ext/flac/gstflacenc.h index ac3254b0..cc404ded 100644 --- a/ext/flac/gstflacenc.h +++ b/ext/flac/gstflacenc.h @@ -44,8 +44,6 @@ struct _FlacEnc { GstPad *sinkpad,*srcpad; - GstCaps *metadata; - gboolean first; GstBuffer *first_buf; gboolean eos; @@ -59,6 +57,8 @@ struct _FlacEnc { FLAC__SeekableStreamEncoder *encoder; FLAC__StreamMetadata **meta; + + GstTagList * tags; }; struct _FlacEncClass { |