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:
Tim-Philipp Müller 2013-01-22 12:53:48 +00:00
parent d89fbb2ccb
commit c5980dc52a

View file

@ -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;