summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-10-09 10:00:51 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-10-09 10:00:51 +0000
commitef8649e92e897abd7d40b1da92939309e2b47245 (patch)
tree066fedb3c6cd670114f41e847e86fb56570b817d /ChangeLog
parent9f3b48a4957a54ed4e501feb5f14298b0e205947 (diff)
downloadgst-plugins-bad-ef8649e92e897abd7d40b1da92939309e2b47245.tar.gz
gst-plugins-bad-ef8649e92e897abd7d40b1da92939309e2b47245.tar.bz2
gst-plugins-bad-ef8649e92e897abd7d40b1da92939309e2b47245.zip
gst/flv/gstflvparse.c: Correct caps for video codec id 5: It's On2 VP6 with alpha channel which needs a different dec...
Original commit message from CVS: * gst/flv/gstflvparse.c: (gst_flv_parse_audio_negotiate), (gst_flv_parse_tag_audio), (gst_flv_parse_video_negotiate): Correct caps for video codec id 5: It's On2 VP6 with alpha channel which needs a different decoder and has different caps. Add support for audio codec id 14, which is MP3 with 8kHz sampling rate. Fix endianness and signedness for raw audio codec ids. Add support for alaw and mulaw audio.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 66aeadc6..27f0a85b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,19 @@
2008-10-09 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+ * gst/flv/gstflvparse.c: (gst_flv_parse_audio_negotiate),
+ (gst_flv_parse_tag_audio), (gst_flv_parse_video_negotiate):
+ Correct caps for video codec id 5: It's On2 VP6 with alpha channel
+ which needs a different decoder and has different caps.
+
+ Add support for audio codec id 14, which is MP3 with 8kHz sampling
+ rate.
+
+ Fix endianness and signedness for raw audio codec ids.
+
+ Add support for alaw and mulaw audio.
+
+2008-10-09 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
* gst/flv/gstflvdemux.c: (gst_flv_demux_chain):
Go out of the parse loop as soon as we get an error instead
of parsing until the GstAdapter is empty.