amrwbdec: give decoder a rank so decodebin/playbin will use it
This commit is contained in:
parent
ea7a9e550a
commit
cd95215ba9
@ -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…
x
Reference in New Issue
Block a user