Revert "avdec_aac: disable for autoplugging until it gets fixed"
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 26 Jan 2013 12:35:10 +0000 (12:35 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Sat, 26 Jan 2013 12:52:29 +0000 (12:52 +0000)
This reverts commit c5980dc52ac57cf0147ed269e3b2c863d7251f84.

It's fixed now.

https://bugzilla.gnome.org/show_bug.cgi?id=690940

ext/libav/gstavauddec.c

index fc799a3..e6646af 100644 (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;