summaryrefslogtreecommitdiffstats
path: root/gst/mxf/mxfdemux.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-24gst/mxf/: Allow non-MXF KLV packets and just drop them instead of throwing an...Sebastian Dröge1-19/+9
2008-11-23gst/mxf/mxfdemux.c: Actually we support a length stored inside 8 bytes but it...Sebastian Dröge1-15/+25
2008-11-22gst/mxf/: Some more format string fixes and usage of guint instead of gint wh...Sebastian Dröge1-13/+14
2008-11-22gst/mxf/: Use guint instead of guint64 or gsize for all buffer sizes and use ...Sebastian Dröge1-21/+28
2008-11-21Add first version of an MXF demuxer. Currently it supportsSebastian Dröge1-0/+2859