mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
mpg123: Give MARGINAL rank to the mpg123 decoder element
This commit is contained in:
parent
bf33a78dee
commit
d51a5e7aea
1 changed files with 1 additions and 1 deletions
|
@ -616,7 +616,7 @@ static gboolean
|
||||||
plugin_init (GstPlugin * plugin)
|
plugin_init (GstPlugin * plugin)
|
||||||
{
|
{
|
||||||
return gst_element_register (plugin, "mpg123audiodec",
|
return gst_element_register (plugin, "mpg123audiodec",
|
||||||
GST_RANK_NONE, gst_mpg123_audio_dec_get_type ());
|
GST_RANK_MARGINAL, gst_mpg123_audio_dec_get_type ());
|
||||||
}
|
}
|
||||||
|
|
||||||
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
||||||
|
|
Loading…
Reference in a new issue