All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/wpewebkit: select videorate when building with media-stream support
@ 2021-12-07 14:34 James Hilliard
  2021-12-07 21:00 ` Adrian Perez de Castro
  2021-12-17 22:02 ` Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: James Hilliard @ 2021-12-07 14:34 UTC (permalink / raw)
  To: buildroot; +Cc: Adrian Perez de Castro, James Hilliard

Fixes:
ERROR GST_PIPELINE gst/parse/grammar.y:857:priv_gst_parse_yyparse: no element "videorate"

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
 package/wpewebkit/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/wpewebkit/Config.in b/package/wpewebkit/Config.in
index 8357051e93..36523bdb41 100644
--- a/package/wpewebkit/Config.in
+++ b/package/wpewebkit/Config.in
@@ -109,6 +109,7 @@ if BR2_PACKAGE_WPEWEBKIT_MULTIMEDIA
 
 config BR2_PACKAGE_WPEWEBKIT_MEDIA_STREAM
 	bool "media-stream support"
+	select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_VIDEORATE
 	help
 	  This option enables media-stream support.
 
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/wpewebkit: select videorate when building with media-stream support
  2021-12-07 14:34 [Buildroot] [PATCH 1/1] package/wpewebkit: select videorate when building with media-stream support James Hilliard
@ 2021-12-07 21:00 ` Adrian Perez de Castro
  2021-12-17 22:02 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Adrian Perez de Castro @ 2021-12-07 21:00 UTC (permalink / raw)
  To: James Hilliard; +Cc: James Hilliard, buildroot


[-- Attachment #1.1: Type: text/plain, Size: 863 bytes --]

On Tue, 07 Dec 2021 07:34:29 -0700 James Hilliard <james.hilliard1@gmail.com> wrote:
> Fixes:
> ERROR GST_PIPELINE gst/parse/grammar.y:857:priv_gst_parse_yyparse: no element "videorate"
> 
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>

Acked-by: Adrian Perez de Castro <aperez@igalia.com>

> ---
>  package/wpewebkit/Config.in | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/package/wpewebkit/Config.in b/package/wpewebkit/Config.in
> index 8357051e93..36523bdb41 100644
> --- a/package/wpewebkit/Config.in
> +++ b/package/wpewebkit/Config.in
> @@ -109,6 +109,7 @@ if BR2_PACKAGE_WPEWEBKIT_MULTIMEDIA
>  
>  config BR2_PACKAGE_WPEWEBKIT_MEDIA_STREAM
>  	bool "media-stream support"
> +	select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_VIDEORATE
>  	help
>  	  This option enables media-stream support.
>  
> -- 
> 2.25.1
> 

Cheers,
—Adrián

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

[-- Attachment #2: Type: text/plain, Size: 150 bytes --]

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/wpewebkit: select videorate when building with media-stream support
  2021-12-07 14:34 [Buildroot] [PATCH 1/1] package/wpewebkit: select videorate when building with media-stream support James Hilliard
  2021-12-07 21:00 ` Adrian Perez de Castro
@ 2021-12-17 22:02 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2021-12-17 22:02 UTC (permalink / raw)
  To: James Hilliard; +Cc: Adrian Perez de Castro, buildroot

On Tue,  7 Dec 2021 07:34:29 -0700
James Hilliard <james.hilliard1@gmail.com> wrote:

> Fixes:
> ERROR GST_PIPELINE gst/parse/grammar.y:857:priv_gst_parse_yyparse: no element "videorate"
> 
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
> ---
>  package/wpewebkit/Config.in | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2021-12-17 22:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-07 14:34 [Buildroot] [PATCH 1/1] package/wpewebkit: select videorate when building with media-stream support James Hilliard
2021-12-07 21:00 ` Adrian Perez de Castro
2021-12-17 22:02 ` Thomas Petazzoni

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.