xvid: Raise rank of encoder to SECONDARY

This commit is contained in:
Edward Hervey 2009-11-18 17:58:53 +01:00
parent 32126979cf
commit 3a67c770f7

View file

@ -359,7 +359,7 @@ static gboolean
plugin_init (GstPlugin * plugin)
{
return (gst_element_register (plugin, "xvidenc",
GST_RANK_NONE, GST_TYPE_XVIDENC) &&
GST_RANK_SECONDARY, GST_TYPE_XVIDENC) &&
gst_element_register (plugin, "xviddec",
GST_RANK_NONE, GST_TYPE_XVIDDEC));
}