All of lore.kernel.org
 help / color / mirror / Atom feed
* Opusenc e shout2
@ 2019-02-14 12:43 Leonardo Jose Duarte MendesJunior
  2019-02-14 13:08 ` Randy MacLeod
  0 siblings, 1 reply; 3+ messages in thread
From: Leonardo Jose Duarte MendesJunior @ 2019-02-14 12:43 UTC (permalink / raw)
  To: yocto

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

Good morning,

I'm compiling the gstreamer1.0 and its plugins, but the plugins opusenc and
shout2send are not found in the image.
Any idea what can it be?How can I solve this?

Thanks.

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

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

* Re: Opusenc e shout2
  2019-02-14 12:43 Opusenc e shout2 Leonardo Jose Duarte MendesJunior
@ 2019-02-14 13:08 ` Randy MacLeod
  2019-02-14 13:17   ` Leonardo Jose Duarte MendesJunior
  0 siblings, 1 reply; 3+ messages in thread
From: Randy MacLeod @ 2019-02-14 13:08 UTC (permalink / raw)
  To: Leonardo Jose Duarte MendesJunior, yocto

On 2/14/19 7:43 AM, Leonardo Jose Duarte MendesJunior wrote:
> Good morning,
> 
> I'm compiling the gstreamer1.0 and its plugins, but the plugins:

> opusenc 

Seems to be a PACKAGECONIFG:

$ grep opus meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-*bb
meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.14.4.bb:# 
the opus encoder/decoder elements are now in the -base package,
meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.14.4.bb:# 
but the opus parser remains in -bad
meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.14.4.bb:PACKAGECONFIG[opusparse] 
       = "--enable-opus,--disable-opus,libopus"
meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.4.bb:PACKAGECONFIG[opus] 
         = "--enable-opus,--disable-opus,libopus"



> and shout2send 

That's disabled:
$ grep shout 
meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.14.4.bb
     --disable-shout2 \

You'll have to work on understanding why it was disabled and
send a patch to fix it.

../Randy

> are not found in the image.
> Any idea what can it be?How can I solve this?
> 
> Thanks.
> 
> 
> 


-- 
# Randy MacLeod
# Wind River Linux


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

* Re: Opusenc e shout2
  2019-02-14 13:08 ` Randy MacLeod
@ 2019-02-14 13:17   ` Leonardo Jose Duarte MendesJunior
  0 siblings, 0 replies; 3+ messages in thread
From: Leonardo Jose Duarte MendesJunior @ 2019-02-14 13:17 UTC (permalink / raw)
  To: Randy MacLeod; +Cc: yocto

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

Thanks!

Em qui, 14 de fev de 2019 às 11:09, Randy MacLeod <
randy.macleod@windriver.com> escreveu:

> On 2/14/19 7:43 AM, Leonardo Jose Duarte MendesJunior wrote:
> > Good morning,
> >
> > I'm compiling the gstreamer1.0 and its plugins, but the plugins:
>
> > opusenc
>
> Seems to be a PACKAGECONIFG:
>
> $ grep opus meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-*bb
> meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.14.4.bb:#
> the opus encoder/decoder elements are now in the -base package,
> meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.14.4.bb:#
> but the opus parser remains in -bad
> meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.14.4.bb:PACKAGECONFIG[opusparse]
>
>        = "--enable-opus,--disable-opus,libopus"
> meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.4.bb:PACKAGECONFIG[opus]
>
>          = "--enable-opus,--disable-opus,libopus"
>
>
>
> > and shout2send
>
> That's disabled:
> $ grep shout
> meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.14.4.bb
>      --disable-shout2 \
>
> You'll have to work on understanding why it was disabled and
> send a patch to fix it.
>
> ../Randy
>
> > are not found in the image.
> > Any idea what can it be?How can I solve this?
> >
> > Thanks.
> >
> >
> >
>
>
> --
> # Randy MacLeod
> # Wind River Linux
>

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

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

end of thread, other threads:[~2019-02-14 13:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-14 12:43 Opusenc e shout2 Leonardo Jose Duarte MendesJunior
2019-02-14 13:08 ` Randy MacLeod
2019-02-14 13:17   ` Leonardo Jose Duarte MendesJunior

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.