From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id AA2B8E00859 for ; Fri, 10 Jan 2014 05:51:34 -0800 (PST) Received: by mail-wi0-f171.google.com with SMTP id bz8so8330403wib.4 for ; Fri, 10 Jan 2014 05:51:33 -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:subject :references:in-reply-to:content-type; bh=VeaR9Cubi9gyQ3N+YljIA39CUvOARcAGr2JkYPOgZYk=; b=Nqmdso7pwvqaW82/Qd3OGDVDf1S/6Ky0G27ER0mo3O/znwgWFqifj+lRVhcmJuxIs1 akRy22E7rNmBZsTFL6k65DLtaR6LcieAldycH0hr3VlZZaqFnaCbAcd0Fa+w/RFnwleN z35p1FhiAjB0odp2FQcVeqMJ4aHrjlvJtC8HdlJFmh9VeSi6ArPFahzIcH9blS/ecunV CIy5LmhoDSQG9xLnoaNZDofBECiVTDywgBHQQITImAUDIcVarpr5jm4viGoq9LWfqfDJ a7DhBKcrLtP5Ki3o78xuKNkUqiw+FXkF+ZovGoXmQL8/ZA9escKjuLxPWcRA6SefjSDk FvSQ== X-Received: by 10.194.192.233 with SMTP id hj9mr8759288wjc.78.1389361893223; Fri, 10 Jan 2014 05:51:33 -0800 (PST) Received: from [172.24.63.13] ([94.103.137.126]) by mx.google.com with ESMTPSA id ly8sm4188603wjb.17.2014.01.10.05.51.32 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 10 Jan 2014 05:51:32 -0800 (PST) Sender: stefan cervo Message-ID: <52CFFAE4.8000407@voxtok.com> Date: Fri, 10 Jan 2014 14:51:32 +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: Daiane Angolini , "meta-freescale@yoctoproject.org" References: <52CFCCEE.7000908@voxtok.com> <52CFDEB2.8020906@freescale.com> <52CFF49A.3070107@voxtok.com> <52CFF51C.7010906@freescale.com> In-Reply-To: <52CFF51C.7010906@freescale.com> Subject: Re: OGG demux fails with aiur.imx 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, 10 Jan 2014 13:51:38 -0000 Content-Type: multipart/alternative; boundary="------------050906040302000808010305" --------------050906040302000808010305 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Here is the discussion in imx-community https://community.freescale.com/message/372612#372612 On 01/10/2014 02:26 PM, Daiane Angolini wrote: > On 10-01-2014 11:24, stephane Cerveau wrote: >> Thank you daiane for your fast reply. >> Having a look to the cf file and the source code, i'm not able to change >> specifically the plugin ranking but i can by example remove ogg entry in >> aiur_registry.arm11.cf >> Can you confirm that it is the best way to support ogg on imx6q platform >> (not using aiur but use oggdemux)? > > No I cannot. > > I recommend you to test both. Post a topic on imx-community with aiur > log/error, or open an SR. > > Meanwhile, remove aiur from your rootfs (changing rank or deleting the > .so file) and test the open source demuxer available. > > Daiane > >> Best regards. >> >> Stéphane >> >> On 01/10/2014 12:51 PM, Daiane Angolini wrote: >>> On 10-01-2014 08:35, stephane Cerveau wrote: >>>> Hello, >>>> >>>> gst-launch playbin2 uri=file:///tmp/example.ogg >>>> I'm using meta-fsl arm dora branch and i'm unable to play ogg file >>>> because of aiur demux which fails. >>>> I'm getting this error: >>>> 0:00:00.135230334 1160 0x80460 WARN aiurdemux >>>> aiurdemux.c:3756:aiurdemux_loop_state_header: Warning: >>>> API[initializeIndex] not implement! >>>> 0:00:00.135399334 1160 0x80460 WARN aiurdemux >>>> aiurdemux.c:3448:aiurdemux_set_readmode: API[setReadMode] failed, >>>> ret=-6 >>>> 0:00:00.135473334 1160 0x80460 ERROR aiurdemux >>>> aiurdemux.c:3469:aiurdemux_set_readmode: ***final file mode >>>> 0:00:00.135534000 1160 0x80460 WARN aiurdemux >>>> aiurdemux.c:3767:aiurdemux_loop_state_header: Warning: >>>> API[getNumPrograms] not implement! >>>> And then vorbidec fails to decode audio packet. >>>> >>>> Do I have to do something special to enable ogg demux working with >>>> aiur.demux ? >>> >>> nothing that I'm aware >>> >>>> Do I have to disable aiur.demux ? Can I change the rank for this >>>> plugin ? >>> >>> it's up to you. yes you can. >>> >>>> It seems that the rank is really high, can I change it somewhere ? >>> >>> it's a *.cf file inside /usr/share/ >>> >>> please, find the file for the plugin you want to change. >>> http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstPluginFeature.html >>> >>> >>> >>> >>> Daiane >>> >>>> >>>> Best regards. >>>> >>>> Stéphane >>>> _______________________________________________ >>>> meta-freescale mailing list >>>> meta-freescale@yoctoproject.org >>>> https://lists.yoctoproject.org/listinfo/meta-freescale >>>> >>>> >>> >>> >> >> >> > > --------------050906040302000808010305 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Here is the discussion in imx-community

https://community.freescale.com/message/372612#372612

On 01/10/2014 02:26 PM, Daiane Angolini wrote:
On 10-01-2014 11:24, stephane Cerveau wrote:
Thank you daiane for your fast reply.
Having a look to the cf file and the source code, i'm not able to change
specifically the plugin ranking but i can by example remove ogg entry in
aiur_registry.arm11.cf
Can you confirm that it is the best way to support ogg on imx6q platform
(not using aiur but use oggdemux)?

No I cannot.

I recommend you to test both. Post a topic on imx-community with aiur log/error, or open an SR.

Meanwhile, remove aiur from your rootfs (changing rank or deleting the .so file) and test the open source demuxer available.

Daiane

Best regards.

Stéphane

On 01/10/2014 12:51 PM, Daiane Angolini wrote:
On 10-01-2014 08:35, stephane Cerveau wrote:
Hello,

gst-launch playbin2 uri=file:///tmp/example.ogg
I'm using meta-fsl arm dora branch and i'm unable to play ogg file
because of aiur demux which fails.
I'm getting this error:
0:00:00.135230334  1160    0x80460 WARN               aiurdemux
aiurdemux.c:3756:aiurdemux_loop_state_header: Warning:
API[initializeIndex] not implement!
0:00:00.135399334  1160    0x80460 WARN               aiurdemux
aiurdemux.c:3448:aiurdemux_set_readmode: API[setReadMode] failed, ret=-6
0:00:00.135473334  1160    0x80460 ERROR              aiurdemux
aiurdemux.c:3469:aiurdemux_set_readmode: ***final file mode
0:00:00.135534000  1160    0x80460 WARN               aiurdemux
aiurdemux.c:3767:aiurdemux_loop_state_header: Warning:
API[getNumPrograms] not implement!
And then vorbidec fails to decode audio packet.

Do I have to do something special to enable ogg demux working with
aiur.demux ?

nothing that I'm aware

Do I have to disable aiur.demux ? Can I change the rank for this
plugin ?

it's up to you. yes you can.

It seems that the rank is really high, can I change it somewhere ?

it's a *.cf file inside /usr/share/

please, find the file for the plugin you want to change.
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstPluginFeature.html



Daiane


Best regards.

Stéphane
_______________________________________________
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale










--------------050906040302000808010305--