mxf: Re-enable mxfmux element
authorSebastian Dröge <sebastian@centricular.com>
Tue, 20 Oct 2015 22:22:11 +0000 (01:22 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 21 Oct 2015 16:54:15 +0000 (19:54 +0300)
gst/mxf/mxf.c

index 6634d18..324462b 100644 (file)
@@ -71,8 +71,9 @@ plugin_init (GstPlugin * plugin)
 
   /* mxfmux is disabled for now - it compiles but is completely untested */
   if (!gst_element_register (plugin, "mxfdemux", GST_RANK_PRIMARY,
-          GST_TYPE_MXF_DEMUX))
-    /* || !gst_element_register (plugin, "mxfmux", GST_RANK_PRIMARY, GST_TYPE_MXF_MUX)) */
+          GST_TYPE_MXF_DEMUX)
+      || !gst_element_register (plugin, "mxfmux", GST_RANK_PRIMARY,
+          GST_TYPE_MXF_MUX))
     return FALSE;
 
   return TRUE;