diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-12-06 19:46:05 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-12-06 19:46:05 +0000 |
commit | f4cb76e92dc78bdde3dd9be49fc921111a94ee0a (patch) | |
tree | 270c5059eb61ef87700ebaa95919acdfdbf6afd2 /ChangeLog | |
parent | 6f15343df11bdd3b39ede05158f0f8e7f1fdca62 (diff) | |
download | gst-plugins-bad-f4cb76e92dc78bdde3dd9be49fc921111a94ee0a.tar.gz gst-plugins-bad-f4cb76e92dc78bdde3dd9be49fc921111a94ee0a.tar.bz2 gst-plugins-bad-f4cb76e92dc78bdde3dd9be49fc921111a94ee0a.zip |
gst/mxf/mxfd10.c: Document decoding of the AES3 data and also skip the 32 bit header in the beginning of every buffer...
Original commit message from CVS:
* gst/mxf/mxfd10.c: (mxf_d10_sound_handle_essence_element):
Document decoding of the AES3 data and also skip the 32 bit
header in the beginning of every buffer, otherwise we get
one broken audio channel.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2008-12-06 Sebastian Dröge <sebastian.droege@collabora.co.uk> + + * gst/mxf/mxfd10.c: (mxf_d10_sound_handle_essence_element): + Document decoding of the AES3 data and also skip the 32 bit + header in the beginning of every buffer, otherwise we get + one broken audio channel. + 2008-12-05 Sebastian Dröge <sebastian.droege@collabora.co.uk> * gst/mxf/mxfdemux.c: (gst_mxf_demux_reset_metadata), |