summaryrefslogtreecommitdiffstats
path: root/gst/wavenc/gstwavenc.h
diff options
context:
space:
mode:
authorIain Holmes <iain@prettypeople.org>2003-10-29 23:48:13 +0000
committerIain Holmes <iain@prettypeople.org>2003-10-29 23:48:13 +0000
commitd16f5e38dfe6aacdef8e7837f7f1789cffe0134e (patch)
tree5c06b087fced74f09698086dca5b02e046e4a8e5 /gst/wavenc/gstwavenc.h
parentc19bc2bfe14372ec31d1886a0a7c9c32264a95d8 (diff)
Add a local copy of riff.h, and add metadata writing ability to wavenc
Original commit message from CVS: Add a local copy of riff.h, and add metadata writing ability to wavenc
Diffstat (limited to 'gst/wavenc/gstwavenc.h')
-rw-r--r--gst/wavenc/gstwavenc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gst/wavenc/gstwavenc.h b/gst/wavenc/gstwavenc.h
index cec9415c..a379155a 100644
--- a/gst/wavenc/gstwavenc.h
+++ b/gst/wavenc/gstwavenc.h
@@ -58,6 +58,9 @@ struct _GstWavEnc {
gboolean setup, flush_header, pad_eos;
guchar header[WAV_HEADER_LEN];
+
+ /* Metadata */
+ GstCaps *metadata;
};
struct _GstWavEncClass {