mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-01 21:18:52 +00:00
mxf: Re-enable mxfmux element
This commit is contained in:
parent
d388655756
commit
9af6a1a617
1 changed files with 3 additions and 2 deletions
|
@ -71,8 +71,9 @@ plugin_init (GstPlugin * plugin)
|
||||||
|
|
||||||
/* mxfmux is disabled for now - it compiles but is completely untested */
|
/* mxfmux is disabled for now - it compiles but is completely untested */
|
||||||
if (!gst_element_register (plugin, "mxfdemux", GST_RANK_PRIMARY,
|
if (!gst_element_register (plugin, "mxfdemux", GST_RANK_PRIMARY,
|
||||||
GST_TYPE_MXF_DEMUX))
|
GST_TYPE_MXF_DEMUX)
|
||||||
/* || !gst_element_register (plugin, "mxfmux", GST_RANK_PRIMARY, GST_TYPE_MXF_MUX)) */
|
|| !gst_element_register (plugin, "mxfmux", GST_RANK_PRIMARY,
|
||||||
|
GST_TYPE_MXF_MUX))
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
|
Loading…
Reference in a new issue