gst/flv/gstflvparse.c: Correct caps for video codec id 5: It's On2 VP6 with alpha...
authorSebastian Dröge <slomo@circular-chaos.org>
Thu, 9 Oct 2008 10:00:51 +0000 (10:00 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Thu, 9 Oct 2008 10:00:51 +0000 (10:00 +0000)
commitef8649e92e897abd7d40b1da92939309e2b47245
tree066fedb3c6cd670114f41e847e86fb56570b817d
parent9f3b48a4957a54ed4e501feb5f14298b0e205947
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.
ChangeLog
gst/flv/gstflvparse.c