* 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
* Re: aacdec support in gst-fsl-plugin on imx6
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
1 sibling, 0 replies; 5+ messages in thread
From: Otavio Salvador @ 2013-12-07 22:40 UTC (permalink / raw)
To: stéphane cerveau; +Cc: meta-freescale@yoctoproject.org
On Thu, Dec 5, 2013 at 3:48 PM, stéphane cerveau <scerveau@gmail.com> wrote:
> 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 ?
I think this may have been removed by mistake; please make a proper
patch including this fix so we can review it.
--
Otavio Salvador O.S. Systems
http://www.ossystems.com.br http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: aacdec support in gst-fsl-plugin on imx6
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
1 sibling, 1 reply; 5+ messages in thread
From: Otavio Salvador @ 2013-12-13 12:13 UTC (permalink / raw)
To: stéphane cerveau; +Cc: meta-freescale@yoctoproject.org
Hello Stéphane,
On Thu, Dec 5, 2013 at 3:48 PM, stéphane cerveau <scerveau@gmail.com> wrote:
> 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 ?
Could you please prepare a proper patch to meta-fsl-arm with the patch
so I can apply it?
--
Otavio Salvador O.S. Systems
http://www.ossystems.com.br http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: aacdec support in gst-fsl-plugin on imx6
2013-12-13 12:13 ` Otavio Salvador
@ 2013-12-13 13:10 ` stéphane cerveau
2013-12-13 13:39 ` Otavio Salvador
0 siblings, 1 reply; 5+ messages in thread
From: stéphane cerveau @ 2013-12-13 13:10 UTC (permalink / raw)
To: Otavio Salvador; +Cc: meta-freescale@yoctoproject.org
Dear Otavio,
I submitted a patch few days ago, did you receive it ?
BR
Stéphane
On 12/13/2013 01:13 PM, Otavio Salvador wrote:
> Hello Stéphane,
>
> On Thu, Dec 5, 2013 at 3:48 PM, stéphane cerveau <scerveau@gmail.com> wrote:
>> 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 ?
> Could you please prepare a proper patch to meta-fsl-arm with the patch
> so I can apply it?
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: aacdec support in gst-fsl-plugin on imx6
2013-12-13 13:10 ` stéphane cerveau
@ 2013-12-13 13:39 ` Otavio Salvador
0 siblings, 0 replies; 5+ messages in thread
From: Otavio Salvador @ 2013-12-13 13:39 UTC (permalink / raw)
To: stéphane cerveau; +Cc: meta-freescale@yoctoproject.org
On Fri, Dec 13, 2013 at 11:10 AM, stéphane cerveau <scerveau@gmail.com> wrote:
> Dear Otavio,
>
> I submitted a patch few days ago, did you receive it ?
I didn't. Neither patchwork did. Please resend.
--
Otavio Salvador O.S. Systems
http://www.ossystems.com.br http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750
^ 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.