mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 03:29:50 +00:00
avdec_aac: disable for autoplugging until it gets fixed
Currently outputs garbled audio. Use faad in the meantime. https://bugzilla.gnome.org/show_bug.cgi?id=690940
This commit is contained in:
parent
d89fbb2ccb
commit
c5980dc52a
1 changed files with 2 additions and 0 deletions
|
@ -862,6 +862,8 @@ gst_ffmpegauddec_register (GstPlugin * plugin)
|
|||
case CODEC_ID_SIPR:
|
||||
rank = GST_RANK_SECONDARY;
|
||||
break;
|
||||
/* avdec_aac: see https://bugzilla.gnome.org/show_bug.cgi?id=690940 */
|
||||
case CODEC_ID_AAC:
|
||||
case CODEC_ID_MP3:
|
||||
rank = GST_RANK_NONE;
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue