diff options
author | Edward Hervey <bilboed@bilboed.com> | 2007-11-12 19:22:24 +0000 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2007-11-12 19:22:24 +0000 |
commit | 72221ceb5e353ea9193c737e87e4daff6a0accec (patch) | |
tree | bfdd174384c8b1a9b7c738cf8074e2c8678f609a /ChangeLog | |
parent | 8b2cf9ce1204bbc0ce9bec8a6478d2f80f213e13 (diff) | |
download | gst-plugins-bad-72221ceb5e353ea9193c737e87e4daff6a0accec.tar.gz gst-plugins-bad-72221ceb5e353ea9193c737e87e4daff6a0accec.tar.bz2 gst-plugins-bad-72221ceb5e353ea9193c737e87e4daff6a0accec.zip |
gst/flv/gstflvparse.c: Add mapping for Nellymoser ASAO audio codec.
Original commit message from CVS:
* gst/flv/gstflvparse.c:
Add mapping for Nellymoser ASAO audio codec.
(gst_flv_parse_tag_audio), (gst_flv_parse_tag_video): Make sure we
actually have data to read at the end of the tag. This avoids trying
to allocate negative buffers.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2007-11-12 Edward Hervey <bilboed@bilboed.com> + + * gst/flv/gstflvparse.c: + Add mapping for Nellymoser ASAO audio codec. + (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video): Make sure we + actually have data to read at the end of the tag. This avoids trying + to allocate negative buffers. + 2007-11-12 Edgard Lima <edgard.lima@indt.org.br> * ext/metadata/README: |