mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Philipp Zabel <p.zabel@pengutronix.de>
Subject: Re: [ptxdist] [APPLIED] gst-plugins-base1: version bump 1.20.5 -> 1.22.0
Date: Fri, 17 Feb 2023 18:20:40 +0100	[thread overview]
Message-ID: <20230217172040.1823123-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20230124075051.3522801-2-p.zabel@pengutronix.de>

Thanks, applied as b864bfc1094f83267f10c4d3b9b57f78b860f6f4.

Michael

[sent from post-receive hook]

On Fri, 17 Feb 2023 18:20:40 +0100, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Message-Id: <20230124075051.3522801-2-p.zabel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/gst-plugins-base1.in b/rules/gst-plugins-base1.in
> index c076a9a4b4a8..e69dac18dbad 100644
> --- a/rules/gst-plugins-base1.in
> +++ b/rules/gst-plugins-base1.in
> @@ -38,6 +38,7 @@ menuconfig GST_PLUGINS_BASE1
>  	# x features need libx11 + Xv
>  	select XORG			if GST_PLUGINS_BASE1_X
>  	select XORG_LIB_X11		if GST_PLUGINS_BASE1_X
> +	select XORG_LIB_XI		if GST_PLUGINS_BASE1_X
>  	select XORG_LIB_XV		if GST_PLUGINS_BASE1_X
>  	prompt "gst-plugins-base              "
>  	help
> @@ -125,18 +126,14 @@ config GST_PLUGINS_BASE1_TYPEFIND
>  	bool
>  	prompt "typefind"
>  
> -config GST_PLUGINS_BASE1_VIDEOCONVERT
> +config GST_PLUGINS_BASE1_VIDEOCONVERTSCALE
>  	bool
> -	prompt "videoconvert"
> +	prompt "videoconvertscale"
>  
>  config GST_PLUGINS_BASE1_VIDEORATE
>  	bool
>  	prompt "videorate"
>  
> -config GST_PLUGINS_BASE1_VIDEOSCALE
> -	bool
> -	prompt "videoscale"
> -
>  config GST_PLUGINS_BASE1_VIDEOTESTSRC
>  	bool
>  	prompt "videotestsrc"
> diff --git a/rules/gst-plugins-base1.make b/rules/gst-plugins-base1.make
> index fb29bf7e31c9..b78a072ed494 100644
> --- a/rules/gst-plugins-base1.make
> +++ b/rules/gst-plugins-base1.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_GST_PLUGINS_BASE1) += gst-plugins-base1
>  #
>  # Paths and names
>  #
> -GST_PLUGINS_BASE1_VERSION	:= 1.20.5
> -GST_PLUGINS_BASE1_MD5		:= b6f7b3b2a65e6e7e5615ee63f57ac146
> +GST_PLUGINS_BASE1_VERSION	:= 1.22.0
> +GST_PLUGINS_BASE1_MD5		:= c559f23bb746bda732e85ba7b76c2074
>  GST_PLUGINS_BASE1		:= gst-plugins-base-$(GST_PLUGINS_BASE1_VERSION)
>  GST_PLUGINS_BASE1_SUFFIX	:= tar.xz
>  GST_PLUGINS_BASE1_URL		:= http://gstreamer.freedesktop.org/src/gst-plugins-base/$(GST_PLUGINS_BASE1).$(GST_PLUGINS_BASE1_SUFFIX)
> @@ -57,13 +57,12 @@ GST_PLUGINS_BASE1_ENABLEC-$(PTXCONF_GST_PLUGINS_BASE1_TREMOR)		+= tremor
>  GST_PLUGINS_BASE1_ENABLEP-$(PTXCONF_GST_PLUGINS_BASE1_TREMOR)		+= ivorbisdec
>  GST_PLUGINS_BASE1_ENABLEC-$(PTXCONF_GST_PLUGINS_BASE1_TYPEFIND)		+= typefind
>  GST_PLUGINS_BASE1_ENABLEP-$(PTXCONF_GST_PLUGINS_BASE1_TYPEFIND)		+= typefindfunctions
> -GST_PLUGINS_BASE1_ENABLE-$(PTXCONF_GST_PLUGINS_BASE1_VIDEOCONVERT)	+= videoconvert
> +GST_PLUGINS_BASE1_ENABLE-$(PTXCONF_GST_PLUGINS_BASE1_VIDEOCONVERTSCALE)	+= videoconvertscale
>  GST_PLUGINS_BASE1_ENABLE-$(PTXCONF_GST_PLUGINS_BASE1_VIDEORATE)		+= videorate
> -GST_PLUGINS_BASE1_ENABLE-$(PTXCONF_GST_PLUGINS_BASE1_VIDEOSCALE)	+= videoscale
>  GST_PLUGINS_BASE1_ENABLE-$(PTXCONF_GST_PLUGINS_BASE1_VIDEOTESTSRC)	+= videotestsrc
>  GST_PLUGINS_BASE1_ENABLE-$(PTXCONF_GST_PLUGINS_BASE1_VOLUME)		+= volume
>  GST_PLUGINS_BASE1_ENABLE-$(PTXCONF_GST_PLUGINS_BASE1_VORBIS)		+= vorbis
> -GST_PLUGINS_BASE1_ENABLEC-$(PTXCONF_GST_PLUGINS_BASE1_X)		+= xshm xvideo
> +GST_PLUGINS_BASE1_ENABLEC-$(PTXCONF_GST_PLUGINS_BASE1_X)		+= xshm xvideo xi
>  GST_PLUGINS_BASE1_ENABLEP-$(PTXCONF_GST_PLUGINS_BASE1_X)		+= ximagesink xvimagesink
>  
>  GST_PLUGINS_BASE1_ENABLEC- += $(GST_PLUGINS_BASE1_ENABLE-)
> diff --git a/rules/wpewebkit.in b/rules/wpewebkit.in
> index 3f11e921b526..54a2025a1e40 100644
> --- a/rules/wpewebkit.in
> +++ b/rules/wpewebkit.in
> @@ -53,7 +53,7 @@ menuconfig WPEWEBKIT
>  	select GST_PLUGINS_BASE1_OPENGL		if WPEWEBKIT_VIDEO
>  	select GST_PLUGINS_BASE1_PLAYBACK	if WPEWEBKIT_VIDEO || WPEWEBKIT_AUDIO
>  	select GST_PLUGINS_BASE1_TYPEFIND	if WPEWEBKIT_VIDEO || WPEWEBKIT_AUDIO
> -	select GST_PLUGINS_BASE1_VIDEOCONVERT	if WPEWEBKIT_VIDEO
> +	select GST_PLUGINS_BASE1_VIDEOCONVERTSCALE if WPEWEBKIT_VIDEO
>  	select GST_PLUGINS_BASE1_VIDEORATE	if WPEWEBKIT_WEBRTC
>  	select GST_PLUGINS_BASE1_VOLUME		if WPEWEBKIT_AUDIO
>  	select GST_PLUGINS_GOOD1		if (WPEWEBKIT_VIDEO || WPEWEBKIT_AUDIO) && RUNTIME



  reply	other threads:[~2023-02-17 17:21 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-24  7:50 [ptxdist] [PATCH 01/10] gstreamer1: " Philipp Zabel
2023-01-24  7:50 ` [ptxdist] [PATCH 02/10] gst-plugins-base1: " Philipp Zabel
2023-02-17 17:20   ` Michael Olbrich [this message]
2023-01-24  7:50 ` [ptxdist] [PATCH 03/10] gst-plugins-good1: " Philipp Zabel
2023-02-08 11:49   ` [ptxdist] [APPLIED] " Michael Olbrich
2023-01-24  7:50 ` [ptxdist] [PATCH 04/10] gst-plugins-bad1: " Philipp Zabel
2023-02-17 17:20   ` [ptxdist] [APPLIED] " Michael Olbrich
2023-01-24  7:50 ` [ptxdist] [PATCH 05/10] gst-plugins-ugly1: " Philipp Zabel
2023-02-08 11:49   ` [ptxdist] [APPLIED] " Michael Olbrich
2023-01-24  7:50 ` [ptxdist] [PATCH 06/10] gst-devtools1: " Philipp Zabel
2023-02-08 11:49   ` [ptxdist] [APPLIED] " Michael Olbrich
2023-01-24  7:50 ` [ptxdist] [PATCH 07/10] gst-libav1: " Philipp Zabel
2023-02-08 11:49   ` [ptxdist] [APPLIED] " Michael Olbrich
2023-01-24  7:50 ` [ptxdist] [PATCH 08/10] gst-python1: " Philipp Zabel
2023-02-08 11:49   ` [ptxdist] [APPLIED] " Michael Olbrich
2023-01-24  7:50 ` [ptxdist] [PATCH 09/10] gstreamer-vaapi1: " Philipp Zabel
2023-02-08 11:49   ` [ptxdist] [APPLIED] " Michael Olbrich
2023-01-24  7:50 ` [ptxdist] [PATCH 10/10] gst-rtsp-server1: " Philipp Zabel
2023-02-08 11:49   ` [ptxdist] [APPLIED] " Michael Olbrich
2023-02-08 11:49 ` [ptxdist] [APPLIED] gstreamer1: " Michael Olbrich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230217172040.1823123-1-m.olbrich@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=p.zabel@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox