mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
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).
This commit is contained in:
parent
d455ffe0f4
commit
9b36e6d56e
1 changed files with 9 additions and 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),
|
||||
|
|
Loading…
Reference in a new issue