mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
Add ranks to mp3 encoders
This commit is contained in:
parent
eea2538684
commit
5769c9dc30
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue