mxf: Add MXF muxer
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 11 Mar 2009 18:32:16 +0000 (19:32 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Sat, 21 Mar 2009 09:19:47 +0000 (10:19 +0100)
commite50039897b9550ff01901069cb17e923760c8600
tree1c6d0ad6f2777d36403adc70695ec6ba25a180fe
parent86719f194f17773979913e21cb0629c3eba06c05
mxf: Add MXF muxer

This muxer currently only supports OP1a and is
probably not yet 100% complying to the standards.
12 files changed:
configure.ac
gst/mxf/Makefile.am
gst/mxf/mxf.c
gst/mxf/mxfmetadata.c
gst/mxf/mxfmetadata.h
gst/mxf/mxfmux.c [new file with mode: 0644]
gst/mxf/mxfmux.h [new file with mode: 0644]
gst/mxf/mxfparse.c
gst/mxf/mxfparse.h
gst/mxf/mxftypes.h
gst/mxf/mxfwrite.c [new file with mode: 0644]
gst/mxf/mxfwrite.h [new file with mode: 0644]