mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-06 07:28:53 +00:00
amrwbenc: Raise rank to SECONDARY
This commit is contained in:
parent
5d5e78c61c
commit
8f54a2b8a6
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ static gboolean
|
||||||
plugin_init (GstPlugin * plugin)
|
plugin_init (GstPlugin * plugin)
|
||||||
{
|
{
|
||||||
return gst_element_register (plugin, "amrwbenc",
|
return gst_element_register (plugin, "amrwbenc",
|
||||||
GST_RANK_NONE, GST_TYPE_AMRWBENC);
|
GST_RANK_SECONDARY, GST_TYPE_AMRWBENC);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue