summaryrefslogtreecommitdiffstats
path: root/gst/mxf/mxfmux.c
AgeCommit message (Collapse)AuthorFilesLines
2009-05-10mxfmux: Fix uninitialized variable compiler warningTristan Matthews1-1/+3
This will always be set to something but gcc didn't detect this. Fixes bug #582013.
2009-05-09mxfmux: Write metadata items in reference orderSebastian Dröge1-23/+75
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-05-09mxfmux: Fix EOS logic againSebastian Dröge1-2/+3
2009-05-09mxfmux: Don't unref NULL buffers if pushing a buffer after the first failedSebastian Dröge1-1/+1
2009-04-22mxf: Add documentation to mxfmux and update the docsSebastian Dröge1-0/+13
2009-04-13mxfmux: Small cleanupSebastian Dröge1-12/+2
2009-03-26mxf: Fix compilation and compiler errors with GLib < 2.16.0Sebastian Dröge1-1/+1
2009-03-26mxf: Differentiate between UL and UUIDSebastian Dröge1-22/+28
2009-03-26mxfmux: Fix handling of buffers with more than one edit unit and EOS handlingSebastian Dröge1-96/+143
2009-03-22mxfmux: Fix error handlingSebastian Dröge1-5/+3
2009-03-22mxfmux: Add an error state from which we return immediatelySebastian Dröge1-6/+25
Also improve debugging a bit.
2009-03-21mxfmux: Only add an essence container UL once to the partition and prefaceSebastian Dröge1-3/+22
2009-03-21mxfmux: Add some debugging and error out on invalid input dataSebastian Dröge1-0/+19
2009-03-21mxf: Add MXF muxerSebastian Dröge1-0/+1327
This muxer currently only supports OP1a and is probably not yet 100% complying to the standards.