From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f177.google.com (mail-we0-f177.google.com [74.125.82.177]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id DCEC6E0079B for ; Fri, 10 Jan 2014 02:35:29 -0800 (PST) Received: by mail-we0-f177.google.com with SMTP id x55so1595869wes.22 for ; Fri, 10 Jan 2014 02:35:28 -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 :content-type:content-transfer-encoding; bh=F60VS/2j3wX4VlRaAQwOPRNJZFVe3lnz6NSEL5uqEsc=; b=0kJNDjf7MYto6GssYPCX878YZURvCMiZLVnoHsmCkWDFjeMR2Lrlhmbjag6Sb6YauX IwbVE5GFXMp6FQENqEA03+grSWdWn8Y5GvymfouAxVn0ia9xXkfA2oi+bCWnrR8P7NqW mO4jidx07ssigx8FK6ocR3dr2ENghCDNdPqRBfpC8BzApn5xAymuLpEkI25HkKDFI/bV Ns5WbSQydIL+/kxgghEeeqiYL0M/LVLMoCuNTsoxtAacev4LBDRNSZVQg2Zttfjih0iG LInDXWabqqLlHLfdH1NESJqkmlkczUvUdBGVxdCh6/l6KvmhuijsPINfbSIq0afzypMG KqUg== X-Received: by 10.194.79.165 with SMTP id k5mr7706784wjx.44.1389350127772; Fri, 10 Jan 2014 02:35:27 -0800 (PST) Received: from [172.24.63.13] ([94.103.137.126]) by mx.google.com with ESMTPSA id k10sm3744555wjf.11.2014.01.10.02.35.27 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 10 Jan 2014 02:35:27 -0800 (PST) Sender: stefan cervo Message-ID: <52CFCCEE.7000908@voxtok.com> Date: Fri, 10 Jan 2014 11:35:26 +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: "meta-freescale@yoctoproject.org" Subject: 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 10:35:30 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit 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 ? Do I have to disable aiur.demux ? Can I change the rank for this plugin ? It seems that the rank is really high, can I change it somewhere ? Best regards. Stéphane