mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 05:06:17 +00:00
Switch twolame to primary rank
This commit is contained in:
parent
5769c9dc30
commit
442d993877
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_SECONDARY,
|
if (!gst_element_register (plugin, "twolame", GST_RANK_PRIMARY,
|
||||||
GST_TYPE_TWO_LAME))
|
GST_TYPE_TWO_LAME))
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue