Lower the rank of ffmpeg

Original commit message from CVS:
Lower the rank of ffmpeg
This commit is contained in:
Iain Holmes 2003-01-13 17:58:58 +00:00
parent 006c1836e0
commit 446e4c8d67

View file

@ -414,7 +414,7 @@ plugin_init (GModule *module, GstPlugin *plugin)
&gst_ffmpegdecall_details);
g_return_val_if_fail(factory != NULL, FALSE);
gst_element_factory_set_rank(factory, GST_ELEMENT_RANK_PRIMARY);
gst_element_factory_set_rank(factory, GST_ELEMENT_RANK_MARGINAL);
gst_element_factory_add_pad_template(factory,
GST_PAD_TEMPLATE_GET(src_templ));