From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from db8outboundpool.messaging.microsoft.com (mail-db8lp0184.outbound.messaging.microsoft.com [213.199.154.184]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id D373BE01536 for ; Fri, 27 Sep 2013 11:08:40 -0700 (PDT) Received: from mail81-db8-R.bigfish.com (10.174.8.225) by DB8EHSOBE018.bigfish.com (10.174.4.81) with Microsoft SMTP Server id 14.1.225.22; Fri, 27 Sep 2013 18:08:39 +0000 Received: from mail81-db8 (localhost [127.0.0.1]) by mail81-db8-R.bigfish.com (Postfix) with ESMTP id 60E8E580252; Fri, 27 Sep 2013 18:08:39 +0000 (UTC) X-Forefront-Antispam-Report: CIP:70.37.183.190; KIP:(null); UIP:(null); IPV:NLI; H:mail.freescale.net; RD:none; EFVD:NLI X-SpamScore: -4 X-BigFish: VS-4(zzbb2dI98dI9371I1432Izz1f42h208ch1ee6h1de0h1fdah2073h1202h1e76h1d1ah1d2ah1fc6hzz1de098h1de097h186068h8275dhz2dh2a8h839h946hd25he5bhf0ah1288h12a5h12a9h12bdh137ah13b6h1441h1504h1537h153bh162dh1631h1758h1765h18e1h190ch1946h19b4h19c3h1ad9h1b0ah1b2fh1fb3h1d0ch1d2eh1d3fh1dfeh1dffh1f5fh1fe8h1ff5h209eh1155h) Received: from mail81-db8 (localhost.localdomain [127.0.0.1]) by mail81-db8 (MessageSwitch) id 1380305316411493_18012; Fri, 27 Sep 2013 18:08:36 +0000 (UTC) Received: from DB8EHSMHS022.bigfish.com (unknown [10.174.8.244]) by mail81-db8.bigfish.com (Postfix) with ESMTP id 5FBB3B20041; Fri, 27 Sep 2013 18:08:36 +0000 (UTC) Received: from mail.freescale.net (70.37.183.190) by DB8EHSMHS022.bigfish.com (10.174.4.32) with Microsoft SMTP Server (TLS) id 14.16.227.3; Fri, 27 Sep 2013 18:08:35 +0000 Received: from az84smr01.freescale.net (10.64.34.197) by 039-SN1MMR1-004.039d.mgd.msft.net (10.84.1.14) with Microsoft SMTP Server (TLS) id 14.3.158.2; Fri, 27 Sep 2013 18:08:34 +0000 Received: from [10.29.244.63] ([10.29.244.63]) by az84smr01.freescale.net (8.14.3/8.14.0) with ESMTP id r8RI8V5N020448; Fri, 27 Sep 2013 11:08:32 -0700 Message-ID: <5245C890.7030501@freescale.com> Date: Fri, 27 Sep 2013 15:04:00 -0300 From: Daiane Angolini User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: Simone , References: <008f01cebba5$60dae800$2290b800$@gmail.com> In-Reply-To: <008f01cebba5$60dae800$2290b800$@gmail.com> X-OriginatorOrg: freescale.com X-FOPE-CONNECTOR: Id%0$Dn%*$RO%0$TLS%0$FQDN%$TlsDn% Cc: 'Paolo Gussago' Subject: Re: # IMX53 GSTREAMER PROBLEMS 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 Sep 2013 18:08:43 -0000 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: quoted-printable On 09/27/2013 02:16 PM, Simone wrote: > Dear All, > > i=92m trying to include the gstreamer in our image for iMX53, I have > included the package gstreamer, by adding it in my .bb file with: > > IMAGE_INSTALL +=3D =93gstreamer \=94 > > The problem is that when I try to play an audio file from my qt4 > application (using Phonon) it give me this error: > > Warning: You do not seem to have the base GStreamer plugins installed. > All audio and video support has been disabled" > Phonon::GStreamer::Backend: Failed to initialize GStreamer > > So after a search on the web, I tried to add the package > =93gst-fsl-plugin=94 but bitbake fail to build , here is the last part = of > the log: gstreamer is THE gstreamer, the complete media framework. gst-fsl-plugin is the package that provides the VPU accelerated plugins=20 to work *with* gstreamer. this package is provided by FSL. gstreamer should not depend on kernel. gst-fsl-plugin depends on linux-imx (for imx53 it's 2.6.35) Could you, please, let me know your PREFERRED_PROVIDER for virtual/kernel= ? And could you, please, let me know if you only need gstreamer or if you=20 want gst-fsl-plugin also? > > | > /home/cx/yocto/poky/build/tmp/sysroots/cjbc1/usr/src/kernel/include/lin= ux/ipu.h:884:9: > note: declared here > > | mxc_ipu_hl_lib.c: In function 'mxc_ipu_lib_task_buf_update': > > | mxc_ipu_hl_lib.c:3369:39: warning: operation on > 'ipu_priv_handle->tri_output_bufnum' may be undefined [-Wsequence-point= ] > > | mxc_ipu_hl_lib.c:3376:34: warning: operation on > 'ipu_priv_handle->output_bufnum' may be undefined [-Wsequence-point] > > | mxc_ipu_hl_lib.c: In function 'mxc_ipu_lib_task_control': > > | mxc_ipu_hl_lib.c:3405:26: warning: variable 'ipu_priv_handle' set but > not used [-Wunused-but-set-variable] > > | make[1]: *** [mxc_ipu_hl_lib.o] Error 1 > > | make[1]: Leaving directory > `/home/cx/yocto/poky/build/tmp/work/cjbc1-poky-linux-gnueabi/imx-lib/11= .09.01-r4.2/imx-lib-11.09.01/ipu' > > | make: *** [ipu] Error 2 > > | ERROR: oe_runmake failed > > | ERROR: Function failed: do_compile (see > /home/cx/yocto/poky/build/tmp/work/cjbc1-poky-linux-gnueabi/imx-lib/11.= 09.01-r4.2/temp/log.do_compile.2758 > for further information) > > ERROR: Task 1138 > (/home/cx/yocto/poky/meta-fsl-arm/recipes-multimedia/imx-lib/imx-lib_11= .09.01.bb, > do_compile) failed with exit code '1' > > WARNING: File '/usr/lib/lib_mp3_enc_arm11_elinux.so.2.2.0' from > fsl-mm-mp3enc-codeclib was already stripped, this will prevent future > debugging! > > WARNING: File '/usr/lib/lib_mp3_enc_arm12_elinux.so.2.2.0' from > fsl-mm-mp3enc-codeclib was already stripped, this will prevent future > debugging! > > WARNING: File '/usr/lib/lib_mp3_enc_arm9_elinux.so.2.2.0' from > fsl-mm-mp3enc-codeclib was already stripped, this will prevent future > debugging! > > NOTE: Tasks Summary: Attempted 3773 tasks of which 3760 didn't need to > be rerun and 1 failed. > > Waiting for 0 running tasks to finish: > > Maybe I am missing something? > > Thanks so much > > Simone > > > > _______________________________________________ > meta-freescale mailing list > meta-freescale@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-freescale > --=20 Daiane