summaryrefslogtreecommitdiff
path: root/gst/mxf/mxf.c
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2009-01-22 11:37:22 +0100
committerSebastian Dröge <slomo@circular-chaos.org>2009-01-22 13:12:59 +0100
commitcd80f534f5c22faefd191c8b9f716b4d4b34a64d (patch)
tree5d1ba26af1af24e43ac0234b6ec4844e0f495f50 /gst/mxf/mxf.c
parent1b49a094feecae976611933269562f83d837b009 (diff)
downloadgstreamer-plugins-bad-cd80f534f5c22faefd191c8b9f716b4d4b34a64d.tar.gz
Implement parsing of DMS1 (SMPTE S380M)
Diffstat (limited to 'gst/mxf/mxf.c')
-rw-r--r--gst/mxf/mxf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/mxf/mxf.c b/gst/mxf/mxf.c
index 655faf3a0..236e8358e 100644
--- a/gst/mxf/mxf.c
+++ b/gst/mxf/mxf.c
@@ -31,6 +31,7 @@
#include "mxfd10.h"
#include "mxfup.h"
#include "mxfvc3.h"
+#include "mxfdms1.h"
GST_DEBUG_CATEGORY (mxf_debug);
#define GST_CAT_DEFAULT mxf_debug
@@ -47,6 +48,7 @@ plugin_init (GstPlugin * plugin)
mxf_d10_init ();
mxf_up_init ();
mxf_vc3_init ();
+ mxf_dms1_initialize ();
if (!gst_element_register (plugin, "mxfdemux", GST_RANK_PRIMARY,
GST_TYPE_MXF_DEMUX))