From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f174.google.com (mail-wi0-f174.google.com [209.85.212.174]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 4F93BE00859 for ; Fri, 10 Jan 2014 05:24:44 -0800 (PST) Received: by mail-wi0-f174.google.com with SMTP id z2so8302363wiv.13 for ; Fri, 10 Jan 2014 05:24:43 -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:content-transfer-encoding; bh=YHZgZ4DRt6dr/jymdRYfbffqG7BshlUhZQx6MqKRgLo=; b=dVay/8SO6lazaNG+bN8XA77kcoqrkzOqfdalr8EF2tV1HNjohtjnmB3YymtbVLPCf+ Xxg1dbrUKOcXORd14uh91aRgFtzqAGdfrKP5PAll7v3HYHOI0gClhNVLYZoz9fawwTlP QVvlbwjuXOVXjZsTHjr8VmrC/CFTymO7eoU8KWCxXN2YuZT+pH4kTt2rYCpQOP9bpqQn lrVflDQbDciF3ns2HUxrmxmPslp12m4NqKTu7nOdAPJNP3+4cqRkvVZg6dlzkjSKr++i DJ5x50fNTnbmQ9Z5Qc/d3f0JyNQJKfBBNlShYinkpd7lKa4dzGQQRSGhIL7AEHvMUxJF 6BCg== X-Received: by 10.194.93.3 with SMTP id cq3mr8742612wjb.26.1389360283292; Fri, 10 Jan 2014 05:24:43 -0800 (PST) Received: from [172.24.63.13] ([94.103.137.126]) by mx.google.com with ESMTPSA id y8sm4109673wje.12.2014.01.10.05.24.42 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 10 Jan 2014 05:24:42 -0800 (PST) Sender: stefan cervo Message-ID: <52CFF49A.3070107@voxtok.com> Date: Fri, 10 Jan 2014 14:24:42 +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> In-Reply-To: <52CFDEB2.8020906@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:24:47 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit 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)? 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 >> >> > >