mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
amrnbenc: Set rank to GST_RANK_SECONDARY
This commit is contained in:
parent
d7dc396878
commit
580c01095a
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ plugin_init (GstPlugin * plugin)
|
|||
return gst_element_register (plugin, "amrnbdec",
|
||||
GST_RANK_PRIMARY, GST_TYPE_AMRNBDEC) &&
|
||||
gst_element_register (plugin, "amrnbenc",
|
||||
GST_RANK_NONE, GST_TYPE_AMRNBENC);
|
||||
GST_RANK_SECONDARY, GST_TYPE_AMRNBENC);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue