y4m: Raise rank of encoder to PRIMARY
This commit is contained in:
parent
a5dd867d6f
commit
8a1e0c53ae
@ -348,7 +348,7 @@ gst_y4m_encode_change_state (GstElement * element, GstStateChange transition)
|
|||||||
static gboolean
|
static gboolean
|
||||||
plugin_init (GstPlugin * plugin)
|
plugin_init (GstPlugin * plugin)
|
||||||
{
|
{
|
||||||
return gst_element_register (plugin, "y4menc", GST_RANK_NONE,
|
return gst_element_register (plugin, "y4menc", GST_RANK_PRIMARY,
|
||||||
GST_TYPE_Y4M_ENCODE);
|
GST_TYPE_Y4M_ENCODE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user