xvid: Raise rank of encoder to SECONDARY
This commit is contained in:
parent
32126979cf
commit
3a67c770f7
@ -359,7 +359,7 @@ static gboolean
|
|||||||
plugin_init (GstPlugin * plugin)
|
plugin_init (GstPlugin * plugin)
|
||||||
{
|
{
|
||||||
return (gst_element_register (plugin, "xvidenc",
|
return (gst_element_register (plugin, "xvidenc",
|
||||||
GST_RANK_NONE, GST_TYPE_XVIDENC) &&
|
GST_RANK_SECONDARY, GST_TYPE_XVIDENC) &&
|
||||||
gst_element_register (plugin, "xviddec",
|
gst_element_register (plugin, "xviddec",
|
||||||
GST_RANK_NONE, GST_TYPE_XVIDDEC));
|
GST_RANK_NONE, GST_TYPE_XVIDDEC));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user