mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
avauddec: Give MP3 decoder a MARGINAL rank too
There's no reason why this decoder should not be autoplugged
This commit is contained in:
parent
9887521a32
commit
1e65aac1a4
1 changed files with 0 additions and 3 deletions
|
@ -910,9 +910,6 @@ gst_ffmpegauddec_register (GstPlugin * plugin)
|
||||||
case AV_CODEC_ID_SIPR:
|
case AV_CODEC_ID_SIPR:
|
||||||
rank = GST_RANK_SECONDARY;
|
rank = GST_RANK_SECONDARY;
|
||||||
break;
|
break;
|
||||||
case AV_CODEC_ID_MP3:
|
|
||||||
rank = GST_RANK_NONE;
|
|
||||||
break;
|
|
||||||
default:
|
default:
|
||||||
rank = GST_RANK_MARGINAL;
|
rank = GST_RANK_MARGINAL;
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue