From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 55A54E007E6 for ; Fri, 27 Dec 2013 04:40:23 -0800 (PST) Received: by mail-wi0-f172.google.com with SMTP id en1so14234314wid.11 for ; Fri, 27 Dec 2013 04:40:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=X2f/74gCgSUeu+19hTdmHHYGH17KOV19fII6w5b4D2o=; b=ChFxcU4nuZ5W1Qce9A1pzO+kC1KrAJFWIIvfKwjZLoeRwvQRhipnJMQhBSAggIAmPZ ceiC5smIslImDwYpKRAJYrClb3STx5//4ybn4Bc++XiyhkgPOgkmuxNkLsC4nHBS1VXv ws31bK7v0tT2/q7IERYH2ZzakfAIPuzJ9qqIb+RWBzjysxf1GYQe/E2NYweqpJXhgdCQ JdVhUB3y1ImLQnMSsf4h3UeQlnJjrBWt9on9fcokna8aqc3XOjNL6StAaHThqT4BZwJl qgkG7IjQ9aPNHnR4bAOulsZO0OTwWwnG6hCbp5WbF+IM9D5T+/mgZDZmcuWmuxqHb2pM P61Q== X-Received: by 10.180.93.196 with SMTP id cw4mr10691764wib.39.1388148022695; Fri, 27 Dec 2013 04:40:22 -0800 (PST) Received: from [172.24.63.13] ([94.103.137.126]) by mx.google.com with ESMTPSA id hy8sm19099406wjb.2.2013.12.27.04.40.21 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 27 Dec 2013 04:40:21 -0800 (PST) Sender: stefan cervo Message-ID: <52BD7535.4080604@voxtok.com> Date: Fri, 27 Dec 2013 13:40:21 +0100 From: stephane Cerveau User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Fabio Estevam References: <52BD4215.6000508@voxtok.com> In-Reply-To: Cc: "meta-freescale@yoctoproject.org" Subject: Re: IMX6Q: GST MP3 decoder seek issue 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, 27 Dec 2013 12:40:24 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Dear Fabio, I'm using playbin2 and beep.imx decoder for mp3 decoding. I did not try with mad since i'm not having it on target. Is it a known issue with beep.imx? Best regards. Stéphane On 12/27/2013 12:49 PM, Fabio Estevam wrote: > On Fri, Dec 27, 2013 at 7:02 AM, stephane Cerveau wrote: >> Dear all, >> >> I'm currently working on dora branch and i'm encountering an issue with mp3 >> decoder on imx6q. >> Indeed the gstreamer seek is not working as expected on mp3. >> It sounds ok on m4a, wav flac etc. >> Please advise on what can be done to fix this issue. > Are you using the FSL mp3 decoder? Have you tried using the 'mad' plugin? > > Regards, > > Fabio Estevam