mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-27 10:40:34 +00:00
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:
parent
879cd02e26
commit
b7ef1faab7
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue