summaryrefslogtreecommitdiffstats
path: root/gst/mxf/mxfmux.h
AgeCommit message (Collapse)AuthorFilesLines
2009-05-09mxfmux: Write metadata items in reference orderSebastian Dröge1-0/+1
This ensures that the metadata items are always written in the same order and that first comes the preface, then the identification linked from the preface, ... Some demuxers can't handle files where the metadata items are in random order.
2009-04-22mxf: Mark most fields of the instance struct as privateSebastian Dröge1-0/+2
2009-03-26mxf: Source files and #include cleanupSebastian Dröge1-1/+1
2009-03-26mxfmux: Fix handling of buffers with more than one edit unit and EOS handlingSebastian Dröge1-0/+2
2009-03-22mxfmux: Add an error state from which we return immediatelySebastian Dröge1-1/+2
Also improve debugging a bit.
2009-03-21mxf: Add MXF muxerSebastian Dröge1-0/+100
This muxer currently only supports OP1a and is probably not yet 100% complying to the standards.