Dear all,
I was suprised to see that aac decoding was not supported in
gst-fsl-plugin_3.0.9. After some investigation i discovered that
makefile.am was not having the AAC option for imx6.
Please see patch attachment.
I add a try and now m4a file are correctly supported in gstreamer.
Is there a reason to disable aac dec on imx6 or is it only a mistake ?
Best regards.
Stéphane
--- a/Makefile.am 2013-09-10 20:52:22.000000000 +0200
+++ b/Makefile.am 2013-12-05 18:26:24.964585163 +0100
@@ -928,7 +928,7 @@
tools/gplay
SUBDIRS = $(AUDIODIRS) $(LIBSDIRS) $(BASEDIRS) $(VPUWRAPDIRS) $(WMA8ENC_DIR) $(MP3ENC_DIR) \
- $(H264DEC_DIR) $(MPEG2DEC_DIR) $(MPEG4DEC_DIR) $(WMV9MPDEC_DIR) $(WMV78DEC_DIR) \
+ $(H264DEC_DIR) $(MPEG2DEC_DIR) $(MPEG4DEC_DIR) $(WMV9MPDEC_DIR) $(WMV78DEC_DIR) $(AACDEC_DIR)\
$(DOWNMIX_DIR) $(AMRDEC_DIR) $(IPUDIRS) $(TOOLDIRS)
endif
_______________________________________________
meta-freescale mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-freescale