summaryrefslogtreecommitdiffstats
path: root/ext/flac/gstflacenc.h
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-08-03 11:38:22 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-08-03 11:38:22 +0000
commite3e4257ac93a5a7926650ed9898b547ba19a3fd3 (patch)
treeef40fec5436194ad4217739607efbaebcaa1fdbb /ext/flac/gstflacenc.h
parent826f568cb4c8bfc83c2f45f31132f28863a001ee (diff)
ext/flac/gstflacdec.c: Support decoding of all depths between 4 and 32 bits and read the depth from the streaminfo he...
Original commit message from CVS: * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback), (gst_flac_dec_write): Support decoding of all depths between 4 and 32 bits and read the depth from the streaminfo header if needed. Also support all sampling rates between 1 and 655350 Hz. * ext/flac/gstflacenc.c: (gst_flac_enc_caps_append_structure_with_widths), (gst_flac_enc_sink_getcaps), (gst_flac_enc_sink_setcaps), (gst_flac_enc_chain): * ext/flac/gstflacenc.h: Support encoding in all bit depths supported by the streamable subformat (i.e. 8, 12, 16, 20 and 24 bits) and all sampling rates between 1 Hz and 655350 Hz.
Diffstat (limited to 'ext/flac/gstflacenc.h')
-rw-r--r--ext/flac/gstflacenc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/flac/gstflacenc.h b/ext/flac/gstflacenc.h
index a7bbd46a..016a56b6 100644
--- a/ext/flac/gstflacenc.h
+++ b/ext/flac/gstflacenc.h
@@ -58,6 +58,7 @@ struct _GstFlacEnc {
guint64 samples_written;
gboolean eos;
gint channels;
+ gint width;
gint depth;
gint sample_rate;
gboolean negotiated;