Where is faad in android pre-compiled binary?

Hi,

I cannot found faad in the android pre-compiled binary. It is expected?

It seems I am able to find other GSTREAMER_PLUGINS_CODECS_RESTRICTED like asfmux

00:55:15 pierluc@MacBookPro ~/src/gitlab.freedesktop.org/GStreamer/gstreamer-1.0-android-universal-1.24.12/arm64
āžœ find . -name '*asfmux*'
./lib/gstreamer-1.0/pkgconfig/gstasfmux.pc
./lib/gstreamer-1.0/libgstasfmux.a
./lib/gstreamer-1.0/libgstasfmux.la

but not faad :frowning:

00:55:20 pierluc@MacBookPro ~/src/gitlab.freedesktop.org/GStreamer/gstreamer-1.0-android-universal-1.24.12/arm64
āžœ find . -name '*mad*'

Any idea?

The faad plugin (and dependencies) are not packaged. See recipes/gst-plugins-bad-1.0.recipe Ā· main Ā· GStreamer / cerbero Ā· GitLab

faad enable faad2 recipe for compile version 1.16 (#218) Ā· Issues Ā· GStreamer / cerbero Ā· GitLab is a related issue about this.

The libav plugin has an AAC decoder, however (avdec_aac), which is also LGPL-licensed instead of GPL-licensed.