summaryrefslogtreecommitdiffstats
path: root/gst/mxf/mxfmux.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-10mxfmux: Fix uninitialized variable compiler warningTristan Matthews1-1/+3
2009-05-09mxfmux: Write metadata items in reference orderSebastian Dröge1-23/+75
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
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