mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
xvid: Raise rank of encoder to SECONDARY
This commit is contained in:
parent
32126979cf
commit
3a67c770f7
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue