mpg123audiodec: Update rank from MARGINAL to PRIMARY

This is our primary MP3 decoder after mad got removed.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5590>
This commit is contained in:
Sebastian Dröge 2023-11-02 13:17:15 +02:00 committed by GStreamer Marge Bot
parent ffa30637c4
commit 2dd65d8715
2 changed files with 2 additions and 2 deletions

View file

@ -10082,7 +10082,7 @@
}
},
"properties": {},
"rank": "marginal"
"rank": "primary"
}
},
"filename": "gstmpg123",

View file

@ -99,7 +99,7 @@ static guint gst_mpg123_audio_dec_get_info_queue_size (GstMpg123AudioDec *
G_DEFINE_TYPE (GstMpg123AudioDec, gst_mpg123_audio_dec, GST_TYPE_AUDIO_DECODER);
GST_ELEMENT_REGISTER_DEFINE (mpg123audiodec, "mpg123audiodec",
GST_RANK_MARGINAL, GST_TYPE_MPG123_AUDIO_DEC);
GST_RANK_PRIMARY, GST_TYPE_MPG123_AUDIO_DEC);
static void
gst_mpg123_audio_dec_class_init (GstMpg123AudioDecClass * klass)