gst/mxf/: Add support for A-Law encoded audio essence (SMPTE 388M and 382M).
authorSebastian Dröge <slomo@circular-chaos.org>
Fri, 28 Nov 2008 18:13:30 +0000 (18:13 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Fri, 28 Nov 2008 18:13:30 +0000 (18:13 +0000)
commite268611ed89350024e42b1ef89601b58dc18e175
tree032310038c79fd718030f4b9eb6be281d47d0ddc
parent4215682bf3232ba87108c37782cf1c178a8768a3
gst/mxf/: Add support for A-Law encoded audio essence (SMPTE 388M and 382M).

Original commit message from CVS:
* gst/mxf/Makefile.am:
* gst/mxf/mxfaes-bwf.c: (mxf_bwf_create_caps):
* gst/mxf/mxfalaw.c: (mxf_is_alaw_audio_essence_track),
(mxf_alaw_handle_essence_element), (mxf_alaw_create_caps):
* gst/mxf/mxfalaw.h:
* gst/mxf/mxfdemux.c:
(gst_mxf_demux_handle_header_metadata_update_streams):
Add support for A-Law encoded audio essence (SMPTE 388M and 382M).
ChangeLog
gst/mxf/Makefile.am
gst/mxf/mxfaes-bwf.c
gst/mxf/mxfalaw.c [new file with mode: 0644]
gst/mxf/mxfalaw.h [new file with mode: 0644]
gst/mxf/mxfdemux.c