From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-la0-f43.google.com (mail-la0-f43.google.com [209.85.215.43]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 1BF6EE01798 for ; Thu, 7 Nov 2013 23:33:09 -0800 (PST) Received: by mail-la0-f43.google.com with SMTP id n7so383714lam.16 for ; Thu, 07 Nov 2013 23:33:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type; bh=mC2QIQvjHO+l1WdWLLd72wCWaPdv9ckmxOhp4WA8MGE=; b=TXNgUtEyAJ9bxuDCdJ7TgifUT7FInuP8bU2Dp578XX8SygKiOc+mOfUKZQe1Hts7rP u4YpbguUJFGTSyGWSDsMqbe9g6v8m2SkLyj6aO+l6cq5tIsxRSOrEDbjRkb31W5QaIh4 NCzE47YCBV0mlpDYu/C7QUuI4zH8wNr0PLuDnTX+E5ntstHBF71RgirnEK30NMjJqX1y zOv7yWtHJMxkXw6DZ0QG3pYB+L1sCzTdvgCoWMdi9fjUT9fRX4cLJiaALmoinvnJHZjE 8ak7s/gLt0KRvlbuXlA+5dLjmLhrythGphmW3GvcPKsJ5ht0d6+o+TjZco4wVsEBwgnv xbqw== X-Received: by 10.152.29.38 with SMTP id g6mr9886769lah.25.1383895988189; Thu, 07 Nov 2013 23:33:08 -0800 (PST) Received: from [10.0.1.5] ([80.232.254.7]) by mx.google.com with ESMTPSA id o1sm7123705lah.8.2013.11.07.23.33.06 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 07 Nov 2013 23:33:07 -0800 (PST) Message-ID: <527C93B4.1090006@gmail.com> Date: Fri, 08 Nov 2013 09:33:08 +0200 From: Janis Coders User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: br jer , meta-freescale@yoctoproject.org References: In-Reply-To: Subject: Re: gstreamer base plugins clockoverlay missing 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, 08 Nov 2013 07:33:10 -0000 Content-Type: multipart/alternative; boundary="------------090601060100030407000409" --------------090601060100030407000409 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit What I did was create gst-plugins-base_0.10.36.bbappend and there enabling pango: PRINC := "${@int(PRINC) + 1}" PACKAGECONFIG_append = " pango" Then it gets compiled with base plugins. Then include it in image with gst-plugins-base-pango. I am not Yocto expert, so I am not sure if this is the correct way. On 11/08/2013 06:07 AM, br jer wrote: > It seems that the clockoverlay is not in the current base plugins. > > I wonder what do I need to add in the local.conf for wandboard yocto > build to pull in this plugin? > > gst-plugin-base-pango or gst-plugin-base-clockoverlay ? > > I couldn't find any references in the sources > > Thanks, > Norman > > > _______________________________________________ > meta-freescale mailing list > meta-freescale@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-freescale --------------090601060100030407000409 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit
What I did was create gst-plugins-base_0.10.36.bbappend and there enabling pango:
PRINC := "${@int(PRINC) + 1}"
PACKAGECONFIG_append = " pango"

Then it gets compiled with base plugins.
Then include it in image with gst-plugins-base-pango.

I am not Yocto expert, so I am not sure if this is the correct way.

On 11/08/2013 06:07 AM, br jer wrote:
It seems that the clockoverlay is not in the current base plugins. 

I wonder what do I need to add in the local.conf  for wandboard yocto build to pull in this plugin?

gst-plugin-base-pango or gst-plugin-base-clockoverlay ?

I couldn't find any references in the sources

Thanks,
Norman


_______________________________________________
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale

--------------090601060100030407000409--