mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
ivorbisdec: set rank to SECONDARY
This commit is contained in:
parent
32dff24552
commit
8e5e2dbe49
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ plugin_init (GstPlugin * plugin)
|
|||
{
|
||||
|
||||
/* if tremor is around, there is probably good reason for it, so preferred */
|
||||
if (!gst_element_register (plugin, "ivorbisdec", GST_RANK_PRIMARY + 1,
|
||||
if (!gst_element_register (plugin, "ivorbisdec", GST_RANK_SECONDARY,
|
||||
gst_vorbis_dec_get_type ()))
|
||||
return FALSE;
|
||||
|
||||
|
|
Loading…
Reference in a new issue