amrwbenc: Raise rank to SECONDARY

This commit is contained in:
Edward Hervey 2009-11-18 18:00:00 +01:00
parent 5d5e78c61c
commit 8f54a2b8a6

View file

@ -27,7 +27,7 @@ static gboolean
plugin_init (GstPlugin * plugin)
{
return gst_element_register (plugin, "amrwbenc",
GST_RANK_NONE, GST_TYPE_AMRWBENC);
GST_RANK_SECONDARY, GST_TYPE_AMRWBENC);
}