mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
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:
parent
ffa30637c4
commit
2dd65d8715
2 changed files with 2 additions and 2 deletions
|
@ -10082,7 +10082,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"properties": {},
|
"properties": {},
|
||||||
"rank": "marginal"
|
"rank": "primary"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"filename": "gstmpg123",
|
"filename": "gstmpg123",
|
||||||
|
|
|
@ -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);
|
G_DEFINE_TYPE (GstMpg123AudioDec, gst_mpg123_audio_dec, GST_TYPE_AUDIO_DECODER);
|
||||||
GST_ELEMENT_REGISTER_DEFINE (mpg123audiodec, "mpg123audiodec",
|
GST_ELEMENT_REGISTER_DEFINE (mpg123audiodec, "mpg123audiodec",
|
||||||
GST_RANK_MARGINAL, GST_TYPE_MPG123_AUDIO_DEC);
|
GST_RANK_PRIMARY, GST_TYPE_MPG123_AUDIO_DEC);
|
||||||
|
|
||||||
static void
|
static void
|
||||||
gst_mpg123_audio_dec_class_init (GstMpg123AudioDecClass * klass)
|
gst_mpg123_audio_dec_class_init (GstMpg123AudioDecClass * klass)
|
||||||
|
|
Loading…
Reference in a new issue