mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +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");
|
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
|
||||||
#endif /* ENABLE_NLS */
|
#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))
|
GST_TYPE_TWO_LAME))
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue