summaryrefslogtreecommitdiffstats
path: root/gst/mxf/mxfmux.c
AgeCommit message (Collapse)AuthorFilesLines
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.