mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 05:46:13 +00:00
mpg123: Give MARGINAL rank to the mpg123 decoder element
This commit is contained in:
parent
189e8d5a50
commit
264ec5c74b
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