y4m: Raise rank of encoder to PRIMARY

This commit is contained in:
Edward Hervey 2009-11-18 17:54:16 +01:00
parent a5dd867d6f
commit 8a1e0c53ae

View file

@ -348,7 +348,7 @@ gst_y4m_encode_change_state (GstElement * element, GstStateChange transition)
static gboolean
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);
}