diff options
| author | Tim-Philipp Müller <tim@centricular.net> | 2005-08-10 12:12:31 +0000 |
|---|---|---|
| committer | Tim-Philipp Müller <tim@centricular.net> | 2005-08-10 12:12:31 +0000 |
| commit | a0074faed3276544260eaa9c9428d02c6384080d (patch) | |
| tree | 524803b73b383829d7e151cff534f3691fd2451a /ChangeLog | |
| parent | bd57e8657c7c5c1bd7e0e61cd22d4237ca4a4c45 (diff) | |
gst/wavparse/gstwavparse.c: Add some fixes from 0.8 branch: allow 24/32bps songs and blockalign samples to the header...
Original commit message from CVS:
* gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
(gst_wavparse_stream_data):
Add some fixes from 0.8 branch: allow 24/32bps songs and
blockalign samples to the header-specified size, if any
(#311070); error out on channels==0 or bitrate==0
(#309043, #304588).
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2005-08-10 Tim-Philipp Müller <tim at centricular dot net> + + * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers), + (gst_wavparse_stream_data): + Add some fixes from 0.8 branch: allow 24/32bps songs and + blockalign samples to the header-specified size, if any + (#311070); error out on channels==0 or bitrate==0 + (#309043, #304588). + 2005-08-10 Thomas Vander Stichele <thomas at apestaart dot org> * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps), |
