mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +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)
|
||||
{
|
||||
return gst_element_register (plugin, "amrwbenc",
|
||||
GST_RANK_NONE, GST_TYPE_AMRWBENC);
|
||||
GST_RANK_SECONDARY, GST_TYPE_AMRWBENC);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue