Add ranks to mp3 encoders

This commit is contained in:
Christian Schaller 2009-05-07 17:59:52 +01:00
parent eea2538684
commit 5769c9dc30

View file

@ -1039,7 +1039,7 @@ plugin_init (GstPlugin * plugin)
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
#endif /* ENABLE_NLS */
if (!gst_element_register (plugin, "twolame", GST_RANK_NONE,
if (!gst_element_register (plugin, "twolame", GST_RANK_SECONDARY,
GST_TYPE_TWO_LAME))
return FALSE;