mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
amrwbdec: give decoder a rank so decodebin/playbin will use it
This commit is contained in:
parent
ea7a9e550a
commit
cd95215ba9
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, "amrwbdec",
|
return gst_element_register (plugin, "amrwbdec",
|
||||||
GST_RANK_NONE, GST_TYPE_AMRWBDEC);
|
GST_RANK_PRIMARY, GST_TYPE_AMRWBDEC);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue