diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2005-02-20 12:49:19 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2005-02-20 12:49:19 +0000 |
commit | a1a8dab8913d5e3640ec3ed736c8d307c1e92e14 (patch) | |
tree | e69a77bc378b90cc051e75e658b0f6e23574fb59 /ChangeLog | |
parent | 823aa669a75ee39aef399b88b26e5270276c3ee0 (diff) | |
download | gst-plugins-bad-a1a8dab8913d5e3640ec3ed736c8d307c1e92e14.tar.gz gst-plugins-bad-a1a8dab8913d5e3640ec3ed736c8d307c1e92e14.tar.bz2 gst-plugins-bad-a1a8dab8913d5e3640ec3ed736c8d307c1e92e14.zip |
gst-libs/gst/riff/riff-media.c: Do actually fix invalid RIFF fmt header values for alaw and mulaw audio instead of ju...
Original commit message from CVS:
* gst-libs/gst/riff/riff-media.c:
(gst_riff_create_audio_caps_with_data):
Do actually fix invalid RIFF fmt header values for alaw
and mulaw audio instead of just saying so.
* gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
Give gst_riff_create_audio_caps_with_data() a chance to
fix up broken format header fields before extracting any
parameters from the header. (fixes #167633)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2005-02-20 Tim-Philipp Müller <tim at centricular dot net> + + * gst-libs/gst/riff/riff-media.c: + (gst_riff_create_audio_caps_with_data): + Do actually fix invalid RIFF fmt header values for alaw + and mulaw audio instead of just saying so. + + * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt): + Give gst_riff_create_audio_caps_with_data() a chance to + fix up broken format header fields before extracting any + parameters from the header. (fixes #167633) + 2005-02-19 Martin Holters <martin.holters@gmx.de> Reviewed by: Tim-Philipp Müller <tim at centricular dot net> |