Add ranks to mp3 encoders
authorChristian Schaller <christian.schaller@collabora.co.uk>
Thu, 7 May 2009 16:59:52 +0000 (17:59 +0100)
committerChristian Schaller <christian.schaller@collabora.co.uk>
Thu, 7 May 2009 16:59:52 +0000 (17:59 +0100)
ext/twolame/gsttwolame.c

index 5b3fe7a..0f8094f 100644 (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;