[gst-cvs] gst-plugins-bad: mxf: Add MXF muxer

Sebastian Dröge slomo at kemper.freedesktop.org
Thu Mar 26 00:20:14 PDT 2009


Module: gst-plugins-bad
Branch: master
Commit: e50039897b9550ff01901069cb17e923760c8600
URL:    http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=e50039897b9550ff01901069cb17e923760c8600

Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date:   Wed Mar 11 19:32:16 2009 +0100

mxf: Add MXF muxer

This muxer currently only supports OP1a and is
probably not yet 100% complying to the standards.

---

 configure.ac          |    4 +
 gst/mxf/Makefile.am   |    8 +-
 gst/mxf/mxf.c         |    8 +-
 gst/mxf/mxfmetadata.c | 2288 ++++++++++++++++++++++++++++++++++++++++++++++++-
 gst/mxf/mxfmetadata.h |    6 +
 gst/mxf/mxfmux.c      | 1327 ++++++++++++++++++++++++++++
 gst/mxf/mxfmux.h      |  100 +++
 gst/mxf/mxfparse.c    |   44 +-
 gst/mxf/mxfparse.h    |    4 +-
 gst/mxf/mxftypes.h    |    4 +
 gst/mxf/mxfwrite.c    |  567 ++++++++++++
 gst/mxf/mxfwrite.h    |   85 ++
 12 files changed, 4435 insertions(+), 10 deletions(-)

Diff:   http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/diff/?id=e50039897b9550ff01901069cb17e923760c8600




More information about the Gstreamer-commits mailing list