Lower the rank of ffmpeg
authorIain Holmes <iain@prettypeople.org>
Mon, 13 Jan 2003 17:58:58 +0000 (17:58 +0000)
committerIain Holmes <iain@prettypeople.org>
Mon, 13 Jan 2003 17:58:58 +0000 (17:58 +0000)
Original commit message from CVS:
Lower the rank of ffmpeg

ext/ffmpeg/gstffmpegall.c

index 8d07b6f..dcfa89c 100644 (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));