From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f176.google.com (mail-we0-f176.google.com [74.125.82.176]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 407FDE007D9 for ; Fri, 13 Dec 2013 05:10:33 -0800 (PST) Received: by mail-we0-f176.google.com with SMTP id w62so1811573wes.7 for ; Fri, 13 Dec 2013 05:10:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=AwAiLeRpn/cirg48sBmyhtBD+MglQ7asLa1yl2EaxCM=; b=XClv5BBtBPwRkAShT6Tk5l0P5iiFcsugbHXRhQInGr7L8fcEPwq4Sx4mR5PiwHNuQ5 PJ0aHSsmjftf0HFf6S4rS8AsDLjuzlEPvBeNLgVnYZYufq8avoq0ffKJxHuywUf1Vcs2 /OliIn8yGvYHn6ztbBsb8C86f6j+0Thh00OQKnampWEkfJWFkYVxcvXT3d35qMhZPhx6 C2DHJbtteosyLRELdfLUsm8t1+Obsy+m1tru/uihnRpASkNPpvoycGpRa3oTg2rsOxv6 5ua43WLypJrgaXT+KVCbzTqx9K8RTFiJy0OgRTiN2TN3fOwI8lyzkAjs1FSUY/NixGd6 Gstg== X-Received: by 10.195.13.113 with SMTP id ex17mr367091wjd.0.1386940232490; Fri, 13 Dec 2013 05:10:32 -0800 (PST) Received: from [172.24.63.13] ([94.103.137.126]) by mx.google.com with ESMTPSA id ua9sm6692698wib.9.2013.12.13.05.10.31 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 13 Dec 2013 05:10:31 -0800 (PST) Message-ID: <52AB0746.3080900@gmail.com> Date: Fri, 13 Dec 2013 14:10:30 +0100 From: =?ISO-8859-1?Q?st=E9phane_cerveau?= User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 MIME-Version: 1.0 To: Otavio Salvador References: <52A0BC85.3050303@gmail.com> In-Reply-To: Cc: "meta-freescale@yoctoproject.org" Subject: Re: aacdec support in gst-fsl-plugin on imx6 X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Dec 2013 13:10:37 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit 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 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? >