From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ee0-f42.google.com (mail-ee0-f42.google.com [74.125.83.42]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id F1E10E0044C for ; Fri, 27 Sep 2013 10:17:03 -0700 (PDT) Received: by mail-ee0-f42.google.com with SMTP id b45so1362333eek.29 for ; Fri, 27 Sep 2013 10:17:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:mime-version:content-type :thread-index:content-language:importance; bh=2Hnd0U3D/ork7KCYr8MgTdNADujsOC/sd3DT2Ctukvc=; b=WLKD4kyQeJxvjUoRWh8odrlw/wO0MfTZ3emRGaUF3qnJ2y1gC2Cl/QErqAwN06jXpM +4dAqQsiykNcSc24HnovMYowk3DmgPM/4V9wAiCdnfrXmIH09aHNrUZYt01liaf1tyRp bdcVRBvAugy0/ZJq/wpt6M7hUzQ27goxwJUKecHAJqJ39h/A7jKqUhY95h2Gu+V92rK2 OQU9Vb8mxjbXZevXwMYidKkvieel6djVrz42mEk5lYY/oVjp4T1+riPMOoQYp3N3ZJNp 6GFOIHnJC9U+uUFoSuQUL+1wnlw8TcrvYcq59XNWBC+Ankk6M1UgwibrEXfgkD6WRjoD WSdQ== X-Received: by 10.15.35.196 with SMTP id g44mr12050081eev.18.1380302221938; Fri, 27 Sep 2013 10:17:01 -0700 (PDT) Received: from SIMONENB (88-149-150-170.v4.ngi.it. [88.149.150.170]) by mx.google.com with ESMTPSA id bn13sm18295038eeb.11.1969.12.31.16.00.00 (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 27 Sep 2013 10:17:01 -0700 (PDT) From: "Simone" To: Date: Fri, 27 Sep 2013 19:16:58 +0200 Message-ID: <008f01cebba5$60dae800$2290b800$@gmail.com> MIME-Version: 1.0 X-Priority: 1 (Highest) X-MSMail-Priority: High X-Mailer: Microsoft Outlook 15.0 Thread-Index: Ac67osx4vjrs5AehQVyTFGF74U4aBQ== Importance: High Cc: 'Paolo Gussago' Subject: # 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 17:17:04 -0000 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0090_01CEBBB6.24658CC0" Content-Language: it ------=_NextPart_000_0090_01CEBBB6.24658CC0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Dear All, i'm 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 += "gstreamer \" 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 "gst-fsl-plugin" but bitbake fail to build , here is the last part of the log: | /home/cx/yocto/poky/build/tmp/sysroots/cjbc1/usr/src/kernel/include/linux/ip u.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.0 1-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.0 1.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 ------=_NextPart_000_0090_01CEBBB6.24658CC0 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Dear All,

i’m 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 “gstreamer = \”

 

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 = “gst-fsl-plugin” but bitbake fail to build , here is the = last part of the log:

 

| = /home/cx/yocto/poky/build/tmp/sysroots/cjbc1/usr/src/kernel/include/linux= /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.0= 9.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.0= 9.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

------=_NextPart_000_0090_01CEBBB6.24658CC0--