summaryrefslogtreecommitdiffstats
path: root/ext/flac/gstflacenc.h
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2003-11-28 13:04:21 +0000
committerChristophe Fergeau <teuf@gnome.org>2003-11-28 13:04:21 +0000
commitb169b0a68f1992ec0171754cc755c3c623d2101b (patch)
tree1b7e679f692a4ea5defcd8464fb1f9c7da257542 /ext/flac/gstflacenc.h
parentf1d94660c599abd2a1891f9f740b0a70f28fe480 (diff)
Use new tagging stuff to read and write flac metadata. Only handles vorbiscomment tags, and not (older) id3v2 tags.
Original commit message from CVS: Use new tagging stuff to read and write flac metadata. Only handles vorbiscomment tags, and not (older) id3v2 tags.
Diffstat (limited to 'ext/flac/gstflacenc.h')
-rw-r--r--ext/flac/gstflacenc.h4
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 {