summaryrefslogtreecommitdiffstats
path: root/ext/flac/gstflacdec.h
diff options
context:
space:
mode:
authorJeremy Simon <jsimon13@yahoo.fr>2003-04-27 12:00:41 +0000
committerJeremy Simon <jsimon13@yahoo.fr>2003-04-27 12:00:41 +0000
commitbd1013b0861387780dd44c7ece445620f69b0e84 (patch)
tree6e88f884d13d6819761cfe0ec53e64e4d9b0a4fd /ext/flac/gstflacdec.h
parent4f40d61f7cb0f12b31117218d73cd07986a1ec94 (diff)
Add metadata (only vorbis comment)
Original commit message from CVS: Add metadata (only vorbis comment)
Diffstat (limited to 'ext/flac/gstflacdec.h')
-rw-r--r--ext/flac/gstflacdec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/flac/gstflacdec.h b/ext/flac/gstflacdec.h
index 6ba447fd..67742ac6 100644
--- a/ext/flac/gstflacdec.h
+++ b/ext/flac/gstflacdec.h
@@ -46,6 +46,7 @@ struct _FlacDec {
GstElement element;
GstPad *sinkpad,*srcpad;
+ GstCaps *metadata;
GstByteStream *bs;
FLAC__SeekableStreamDecoder *decoder;