ext/flac/gstflacdec.c: Support decoding of all depths between 4 and 32 bits and read...
authorSebastian Dröge <slomo@circular-chaos.org>
Sun, 3 Aug 2008 11:38:22 +0000 (11:38 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Sun, 3 Aug 2008 11:38:22 +0000 (11:38 +0000)
commite3e4257ac93a5a7926650ed9898b547ba19a3fd3
treeef40fec5436194ad4217739607efbaebcaa1fdbb
parent826f568cb4c8bfc83c2f45f31132f28863a001ee
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.
ChangeLog
ext/flac/gstflacdec.c
ext/flac/gstflacenc.c
ext/flac/gstflacenc.h