All of lore.kernel.org
 help / color / mirror / Atom feed
* aacdec support in gst-fsl-plugin on imx6
@ 2013-12-05 17:48 stéphane cerveau
  2013-12-07 22:40 ` Otavio Salvador
  2013-12-13 12:13 ` Otavio Salvador
  0 siblings, 2 replies; 5+ messages in thread
From: stéphane cerveau @ 2013-12-05 17:48 UTC (permalink / raw)
  To: meta-freescale

[-- 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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-12-13 13:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-05 17:48 aacdec support in gst-fsl-plugin on imx6 stéphane cerveau
2013-12-07 22:40 ` Otavio Salvador
2013-12-13 12:13 ` Otavio Salvador
2013-12-13 13:10   ` stéphane cerveau
2013-12-13 13:39     ` Otavio Salvador

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.