summaryrefslogtreecommitdiffstats
path: root/ext/flac/gstflacdec.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/gstflacdec.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/gstflacdec.h')
-rw-r--r--ext/flac/gstflacdec.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/flac/gstflacdec.h b/ext/flac/gstflacdec.h
index b5a1e177..ba62e52c 100644
--- a/ext/flac/gstflacdec.h
+++ b/ext/flac/gstflacdec.h
@@ -45,7 +45,6 @@ struct _FlacDec {
GstElement element;
GstPad *sinkpad,*srcpad;
- GstCaps *metadata;
GstByteStream *bs;
FLAC__SeekableStreamDecoder *decoder;