From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-bk0-f50.google.com (mail-bk0-f50.google.com [209.85.214.50]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id C3F5EE0141F for ; Thu, 13 Jun 2013 07:50:34 -0700 (PDT) Received: by mail-bk0-f50.google.com with SMTP id ik8so3376628bkc.9 for ; Thu, 13 Jun 2013 07:50:32 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type:x-gm-message-state; bh=WKB+7q6U5602vCq2EAn5fYKI1eOSMmnVC9l94kqX2Cs=; b=oK7BQqAyOHF0efs4Tp3RMJGjJMelL2p+tdR2+BZf9o8UlMmalITMtS1ogtLY3X84N4 hCLZOlR+u6fd3EymKbm9QvwkU4KZ3TDC0IQnasFW5fFsp+0g1f30ciE+O4/iqWOU0H/0 A0HXIgaaAfc5VUFEI39yRuOrereObSyLTt6muDQy6vlnER3dJ9WIuFU5l4TtaMuoO2Ht bnyDUcziIj2t37K5fqwEM2qlsNaPCb3aJWFxdiVcuzwP7aMNUnjvYNOL8aFaRUSULOFU ib0HEFe7UWYCLzYanoS9rUzZmt6Rz/zL4zl+Vx92XJpS7VZo3L170ybY+oS2TgNGEOor ea2w== X-Received: by 10.205.36.138 with SMTP id ta10mr220709bkb.4.1371135032406; Thu, 13 Jun 2013 07:50:32 -0700 (PDT) Received: from rudolf.localnet (ppp-46-244-173-109.dynamic.mnet-online.de. [46.244.173.109]) by mx.google.com with ESMTPSA id ok9sm3516696bkb.8.2013.06.13.07.50.31 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 13 Jun 2013 07:50:31 -0700 (PDT) From: Thomas Senyk To: meta-freescale@yoctoproject.org Date: Thu, 13 Jun 2013 16:50:20 +0200 Message-ID: <1641333.vOZRZAt7aK@rudolf> Organization: Pelagicore AG User-Agent: KMail/4.10.4 (Linux/3.9.5-1-ARCH; KDE/4.10.4; x86_64; ; ) In-Reply-To: <51B9D6E9.4080705@freescale.com> References: <1700257.gsHOLgjAkU@rudolf> <51B9D6E9.4080705@freescale.com> MIME-Version: 1.0 X-Gm-Message-State: ALoCoQmZuCq35iM3aSk+0+aqErEdnlC8qYDAmbi3YimGbks4SyeEh4ZGL4aR+P6ZdnluKyl9Bj6I Subject: Re: gstreamer on wandboard-solo 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: Thu, 13 Jun 2013 14:50:35 -0000 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" On Thursday, 13 June, 2013 11:27:53 Daiane Angolini wrote: > On 06/13/2013 08:39 AM, Thomas Senyk wrote: > > Hi, > > > > has anyone tried gstreamer + fsl-codecs on wandboard(-solo)? > > I've just made a build and it looks rather incomplete (all the HW codec > > files missng, no decoder,...) > > I haven't. I don't have any wandboard with me. I'm not sure it's wandboard specific anymore ... maybe maybe not ;) ... also not sure if it's libfslcodec version specific or not :) > > > With other boards (nitrogen, lite, sd) everything works 'out of the box' > > by > > just installing some gstreamer packages (gstreamer, gst-plugins-meta,...) > > Are you able to bitbake gst-fsl-plugin for your machine? Yes, I can bitbake gst-fsl-plugin and libfslcodec with both versions The problem is that the libfslcodec libs don't end up in the image. I've added gst-fsl-plugin to IMAGE_INSTALL .. nothing changed I've added libfslcodec and get: Error: libfslcodec not found in the base feeds (wandboard_solo armv7a-vfp- neon armv7a-vfp armv7a armv6-vfp armv6 armv5e-vfp armv5e armv5-vfp armv5 armv4 arm noarch any all). ...either adding libfslcodec to IMAGE_INSTALL is wrong?..or this might be the problem? Then I've hacked even further (now it's getting nasty): In gst-fsl-plugin_3.0.5.bb I changed: DEPENDS += "libfslcodec libfslvpuwrap libfslparser" to RDEPENDS += "libfslcodec libfslvpuwrap libfslparser" ... to force the deploy another way .. now I got some(!) of the libfslcodec libs, but definitely not all of them. Something is really wrong here ;) > > > I haven't had any closer look, I just wanted to ask if anyone has > > experience with it before start digging. > > > > Greets > > Thomas > > _______________________________________________ > > meta-freescale mailing list > > meta-freescale@yoctoproject.org > > https://lists.yoctoproject.org/listinfo/meta-freescale