mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 07:08:23 +00:00
avauddec: Bump the rank of avdec_aac so it is used by default
https://bugzilla.gnome.org/show_bug.cgi?id=676131
This commit is contained in:
parent
105b2bbe53
commit
dc1e69dbea
1 changed files with 1 additions and 0 deletions
|
@ -910,6 +910,7 @@ gst_ffmpegauddec_register (GstPlugin * plugin)
|
|||
case AV_CODEC_ID_RA_144:
|
||||
case AV_CODEC_ID_RA_288:
|
||||
case AV_CODEC_ID_COOK:
|
||||
case AV_CODEC_ID_AAC:
|
||||
rank = GST_RANK_PRIMARY;
|
||||
break;
|
||||
/* SIPR: decoder should have a higher rank than realaudiodec.
|
||||
|
|
Loading…
Reference in a new issue