diff options
author | Christian Schaller <christian.schaller@collabora.co.uk> | 2009-05-07 17:53:42 +0100 |
---|---|---|
committer | Christian Schaller <christian.schaller@collabora.co.uk> | 2009-05-07 17:53:42 +0100 |
commit | 67dd3c11f47f1afd3508e3b45a3023ce9612fe67 (patch) | |
tree | 9f66f46d6d305af66d88e82e39924e82e6c24c07 /gst/mxf/mxf.c | |
parent | ab77d5092bc1362548758e7f6ab7f817aa9ad846 (diff) | |
download | gst-plugins-bad-67dd3c11f47f1afd3508e3b45a3023ce9612fe67.tar.gz gst-plugins-bad-67dd3c11f47f1afd3508e3b45a3023ce9612fe67.tar.bz2 gst-plugins-bad-67dd3c11f47f1afd3508e3b45a3023ce9612fe67.zip |
Add ranks to various muxers and encoders in -bad
Diffstat (limited to 'gst/mxf/mxf.c')
-rw-r--r-- | gst/mxf/mxf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/mxf/mxf.c b/gst/mxf/mxf.c index c1a0a716..7469317c 100644 --- a/gst/mxf/mxf.c +++ b/gst/mxf/mxf.c @@ -71,7 +71,8 @@ plugin_init (GstPlugin * plugin) if (!gst_element_register (plugin, "mxfdemux", GST_RANK_PRIMARY, GST_TYPE_MXF_DEMUX) || - !gst_element_register (plugin, "mxfmux", GST_RANK_NONE, GST_TYPE_MXF_MUX)) + !gst_element_register (plugin, "mxfmux", GST_RANK_PRIMARY, + GST_TYPE_MXF_MUX)) return FALSE; return TRUE; |