From: "stéphane cerveau" <scerveau@gmail.com>
To: meta-freescale@yoctoproject.org
Subject: aacdec support in gst-fsl-plugin on imx6
Date: Thu, 05 Dec 2013 18:48:53 +0100 [thread overview]
Message-ID: <52A0BC85.3050303@gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 393 bytes --]
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
[-- Attachment #2: makefile.am-fix-aac-for-imx6.patch --]
[-- Type: text/x-patch, Size: 496 bytes --]
--- 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
next reply other threads:[~2013-12-05 17:48 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-05 17:48 stéphane cerveau [this message]
2013-12-07 22:40 ` aacdec support in gst-fsl-plugin on imx6 Otavio Salvador
2013-12-13 12:13 ` Otavio Salvador
2013-12-13 13:10 ` stéphane cerveau
2013-12-13 13:39 ` Otavio Salvador
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=52A0BC85.3050303@gmail.com \
--to=scerveau@gmail.com \
--cc=meta-freescale@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.