summaryrefslogtreecommitdiff
path: root/gst/mxf
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2015-10-21 01:22:11 +0300
committerSebastian Dröge <sebastian@centricular.com>2015-10-21 19:54:15 +0300
commit9af6a1a61787daed51c633dc30b891c0a95078d3 (patch)
treebd308fc63a53ac1b5efa1db99682009f1c40bcaf /gst/mxf
parentd38865575659b8f99f05f9fffd4b0915c6a6101b (diff)
downloadgstreamer-plugins-bad-9af6a1a61787daed51c633dc30b891c0a95078d3.tar.gz
mxf: Re-enable mxfmux element
Diffstat (limited to 'gst/mxf')
-rw-r--r--gst/mxf/mxf.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/gst/mxf/mxf.c b/gst/mxf/mxf.c
index 6634d18bb..324462b0d 100644
--- a/gst/mxf/mxf.c
+++ b/gst/mxf/mxf.c
@@ -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;