diff mbox series

[1/1] package/wpewebkit: select videorate when building with media-stream support

Message ID 20211207143429.2821436-1-james.hilliard1@gmail.com
State Accepted
Headers show
Series [1/1] package/wpewebkit: select videorate when building with media-stream support | expand

Commit Message

James Hilliard Dec. 7, 2021, 2:34 p.m. UTC
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(+)

Comments

Adrian Perez de Castro Dec. 7, 2021, 9 p.m. UTC | #1
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
Thomas Petazzoni Dec. 17, 2021, 10:02 p.m. UTC | #2
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
diff mbox series

Patch

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.