Revert "avdec_aac: disable for autoplugging until it gets fixed"

This reverts commit c5980dc52a.

It's fixed now.

https://bugzilla.gnome.org/show_bug.cgi?id=690940
This commit is contained in:
Tim-Philipp Müller 2013-01-26 12:35:10 +00:00 committed by Tim-Philipp Müller
parent 879cd02e26
commit b7ef1faab7

View file

@ -868,8 +868,6 @@ 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;