All of lore.kernel.org
 help / color / mirror / Atom feed
* gstreamer base plugins clockoverlay missing
@ 2013-11-08  4:07 br jer
  2013-11-08  7:33 ` Janis Coders
  0 siblings, 1 reply; 5+ messages in thread
From: br jer @ 2013-11-08  4:07 UTC (permalink / raw)
  To: meta-freescale

[-- Attachment #1: Type: text/plain, Size: 299 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 423 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: gstreamer base plugins clockoverlay missing
  2013-11-08  4:07 gstreamer base plugins clockoverlay missing br jer
@ 2013-11-08  7:33 ` Janis Coders
  2013-11-08 11:52   ` Otavio Salvador
  2013-11-08 12:31   ` Javier Viguera
  0 siblings, 2 replies; 5+ messages in thread
From: Janis Coders @ 2013-11-08  7:33 UTC (permalink / raw)
  To: br jer, meta-freescale

[-- Attachment #1: Type: text/plain, Size: 861 bytes --]

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


[-- Attachment #2: Type: text/html, Size: 1909 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: gstreamer base plugins clockoverlay missing
  2013-11-08  7:33 ` Janis Coders
@ 2013-11-08 11:52   ` Otavio Salvador
  2013-11-08 12:31   ` Javier Viguera
  1 sibling, 0 replies; 5+ messages in thread
From: Otavio Salvador @ 2013-11-08 11:52 UTC (permalink / raw)
  To: Janis Coders; +Cc: meta-freescale, br jer

On Fri, Nov 8, 2013 at 5:33 AM, Janis Coders <janis.coders@gmail.com> wrote:
> What I did was create gst-plugins-base_0.10.36.bbappend and there enabling
> pango:

> PRINC := "${@int(PRINC) + 1}"

This is not need.

> PACKAGECONFIG_append = " pango"

This is fine.

> 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.

It is.

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: gstreamer base plugins clockoverlay missing
  2013-11-08  7:33 ` Janis Coders
  2013-11-08 11:52   ` Otavio Salvador
@ 2013-11-08 12:31   ` Javier Viguera
  2013-11-08 14:13     ` Otavio Salvador
  1 sibling, 1 reply; 5+ messages in thread
From: Javier Viguera @ 2013-11-08 12:31 UTC (permalink / raw)
  To: meta-freescale

On 08/11/13 08:33, Janis Coders wrote:
> 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.

If you don't want to mess with bbappends, you can probably configure it 
in your project's local.conf:

PACKAGECONFIG_append_pn-gst-plugins-base = " pango"

I have not tested this, but probably worth trying.

-
Javier Viguera
Software Engineer
Digi International® Spain S.A.U.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: gstreamer base plugins clockoverlay missing
  2013-11-08 12:31   ` Javier Viguera
@ 2013-11-08 14:13     ` Otavio Salvador
  0 siblings, 0 replies; 5+ messages in thread
From: Otavio Salvador @ 2013-11-08 14:13 UTC (permalink / raw)
  To: Javier Viguera; +Cc: meta-freescale

On Fri, Nov 8, 2013 at 10:31 AM, Javier Viguera <javier.viguera@digi.com> wrote:
> On 08/11/13 08:33, Janis Coders wrote:
>>
>> 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.
>
>
> If you don't want to mess with bbappends, you can probably configure it in
> your project's local.conf:
>
> PACKAGECONFIG_append_pn-gst-plugins-base = " pango"
>
> I have not tested this, but probably worth trying.

This works but it is not optimal for products as it is not traceable
by SCM (as Git). The bbappend makes it easier to share this among
developers and easy its predictability and reuse.

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-11-08 14:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-08  4:07 gstreamer base plugins clockoverlay missing br jer
2013-11-08  7:33 ` Janis Coders
2013-11-08 11:52   ` Otavio Salvador
2013-11-08 12:31   ` Javier Viguera
2013-11-08 14:13     ` Otavio Salvador

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.