public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [OE-core] [PATCH 01/10] gst-devtools: upgrade 1.26.9 -> 1.28.0
@ 2026-03-04 10:31 Wang Mingyu
  2026-03-04 10:31 ` [OE-core] [PATCH 02/10] gst-examples: " Wang Mingyu
                   ` (9 more replies)
  0 siblings, 10 replies; 19+ messages in thread
From: Wang Mingyu @ 2026-03-04 10:31 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{gst-devtools_1.26.9.bb => gst-devtools_1.28.0.bb}          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-multimedia/gstreamer/{gst-devtools_1.26.9.bb => gst-devtools_1.28.0.bb} (95%)

diff --git a/meta/recipes-multimedia/gstreamer/gst-devtools_1.26.9.bb b/meta/recipes-multimedia/gstreamer/gst-devtools_1.28.0.bb
similarity index 95%
rename from meta/recipes-multimedia/gstreamer/gst-devtools_1.26.9.bb
rename to meta/recipes-multimedia/gstreamer/gst-devtools_1.28.0.bb
index 44c579f2a4..369451ebba 100644
--- a/meta/recipes-multimedia/gstreamer/gst-devtools_1.26.9.bb
+++ b/meta/recipes-multimedia/gstreamer/gst-devtools_1.28.0.bb
@@ -12,7 +12,7 @@ SRC_URI = "https://gstreamer.freedesktop.org/src/gst-devtools/gst-devtools-${PV}
            file://0001-connect-has-a-different-signature-on-musl.patch \
            "
 
-SRC_URI[sha256sum] = "55c7adaf9eee7a5219d44b736c401a947ebb5d0130c78e900017a6812026b567"
+SRC_URI[sha256sum] = "184a68b2c967210c6ddacad9a8e2c7ebc5e8df9b10fd7b72b7f7580cc0a60fb1"
 
 DEPENDS = "json-glib glib-2.0 glib-2.0-native gstreamer1.0 gstreamer1.0-plugins-base"
 RRECOMMENDS:${PN} = "git"
-- 
2.43.0



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

* [OE-core] [PATCH 02/10] gst-examples: upgrade 1.26.9 -> 1.28.0
  2026-03-04 10:31 [OE-core] [PATCH 01/10] gst-devtools: upgrade 1.26.9 -> 1.28.0 Wang Mingyu
@ 2026-03-04 10:31 ` Wang Mingyu
  2026-03-04 10:31 ` [OE-core] [PATCH 03/10] gstreamer1.0-libav: " Wang Mingyu
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 19+ messages in thread
From: Wang Mingyu @ 2026-03-04 10:31 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{gst-examples_1.26.9.bb => gst-examples_1.28.0.bb}        | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-multimedia/gstreamer/{gst-examples_1.26.9.bb => gst-examples_1.28.0.bb} (94%)

diff --git a/meta/recipes-multimedia/gstreamer/gst-examples_1.26.9.bb b/meta/recipes-multimedia/gstreamer/gst-examples_1.28.0.bb
similarity index 94%
rename from meta/recipes-multimedia/gstreamer/gst-examples_1.26.9.bb
rename to meta/recipes-multimedia/gstreamer/gst-examples_1.28.0.bb
index febfd6736f..066454608b 100644
--- a/meta/recipes-multimedia/gstreamer/gst-examples_1.26.9.bb
+++ b/meta/recipes-multimedia/gstreamer/gst-examples_1.28.0.bb
@@ -7,12 +7,12 @@ LIC_FILES_CHKSUM = "file://playback/player/gtk/gtk-play.c;beginline=1;endline=20
 
 DEPENDS = "glib-2.0 gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad gtk+3 json-glib glib-2.0-native"
 
-SRC_URI = "git://gitlab.freedesktop.org/gstreamer/gstreamer.git;protocol=https;branch=1.26;tag=${PV} \
+SRC_URI = "git://gitlab.freedesktop.org/gstreamer/gstreamer.git;protocol=https;branch=1.28;tag=${PV} \
            file://0001-Make-player-examples-installable.patch \
            file://gst-player.desktop \
            "
 
-SRCREV = "f313fae193089408e278c0dd3450145e5a12307b"
+SRCREV = "9058212f43074ef7df229e73cea135c4ea96e0d6"
 
 S = "${UNPACKDIR}/${BP}/subprojects/gst-examples"
 
-- 
2.43.0



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

* [OE-core] [PATCH 03/10] gstreamer1.0-libav: upgrade 1.26.9 -> 1.28.0
  2026-03-04 10:31 [OE-core] [PATCH 01/10] gst-devtools: upgrade 1.26.9 -> 1.28.0 Wang Mingyu
  2026-03-04 10:31 ` [OE-core] [PATCH 02/10] gst-examples: " Wang Mingyu
@ 2026-03-04 10:31 ` Wang Mingyu
  2026-03-04 10:31 ` [OE-core] [PATCH 04/10] gstreamer1.0-plugins-bad: " Wang Mingyu
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 19+ messages in thread
From: Wang Mingyu @ 2026-03-04 10:31 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...streamer1.0-libav_1.26.9.bb => gstreamer1.0-libav_1.28.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-libav_1.26.9.bb => gstreamer1.0-libav_1.28.0.bb} (91%)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.26.9.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.28.0.bb
similarity index 91%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.26.9.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.28.0.bb
index a652dbba33..70dfe3206d 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.26.9.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.28.0.bb
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=69333daa044cb77e486cc36129f7a770 \
                     "
 
 SRC_URI = "https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-${PV}.tar.xz"
-SRC_URI[sha256sum] = "08a8e944fc61ef26df515784a089c8ac41765304a5d55b98199835b28a98dbdf"
+SRC_URI[sha256sum] = "e3c93db7da2da3b2374ccc2e7394316f9192460abdea81651652791d46ccb8fb"
 
 S = "${UNPACKDIR}/gst-libav-${PV}"
 
-- 
2.43.0



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

* [OE-core] [PATCH 04/10] gstreamer1.0-plugins-bad: upgrade 1.26.9 -> 1.28.0
  2026-03-04 10:31 [OE-core] [PATCH 01/10] gst-devtools: upgrade 1.26.9 -> 1.28.0 Wang Mingyu
  2026-03-04 10:31 ` [OE-core] [PATCH 02/10] gst-examples: " Wang Mingyu
  2026-03-04 10:31 ` [OE-core] [PATCH 03/10] gstreamer1.0-libav: " Wang Mingyu
@ 2026-03-04 10:31 ` Wang Mingyu
  2026-03-04 10:31 ` [OE-core] [PATCH 05/10] gstreamer1.0-plugins-base: " Wang Mingyu
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 19+ messages in thread
From: Wang Mingyu @ 2026-03-04 10:31 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...plugins-bad_1.26.9.bb => gstreamer1.0-plugins-bad_1.28.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-bad_1.26.9.bb => gstreamer1.0-plugins-bad_1.28.0.bb} (98%)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.26.9.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.28.0.bb
similarity index 98%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.26.9.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.28.0.bb
index 4a9cb37dd8..e75573cc63 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.26.9.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.28.0.bb
@@ -10,7 +10,7 @@ SRC_URI = "https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad
            file://0002-avoid-including-sys-poll.h-directly.patch \
            file://0004-opencv-resolve-missing-opencv-data-dir-in-yocto-buil.patch \
            "
-SRC_URI[sha256sum] = "a96bfb68c53a7c9ab1ae279eac7c101f4204fb5c0e4729683b2be64261707446"
+SRC_URI[sha256sum] = "32d825041e5775fc9bf9e8c38e3a5c46c1441eee67f8112572450a9c23c835f0"
 
 S = "${UNPACKDIR}/gst-plugins-bad-${PV}"
 
-- 
2.43.0



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

* [OE-core] [PATCH 05/10] gstreamer1.0-plugins-base: upgrade 1.26.9 -> 1.28.0
  2026-03-04 10:31 [OE-core] [PATCH 01/10] gst-devtools: upgrade 1.26.9 -> 1.28.0 Wang Mingyu
                   ` (2 preceding siblings ...)
  2026-03-04 10:31 ` [OE-core] [PATCH 04/10] gstreamer1.0-plugins-bad: " Wang Mingyu
@ 2026-03-04 10:31 ` Wang Mingyu
  2026-03-04 10:31 ` [OE-core] [PATCH 06/10] gstreamer1.0-plugins-good: " Wang Mingyu
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 19+ messages in thread
From: Wang Mingyu @ 2026-03-04 10:31 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...ugins-base_1.26.9.bb => gstreamer1.0-plugins-base_1.28.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-base_1.26.9.bb => gstreamer1.0-plugins-base_1.28.0.bb} (98%)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.26.9.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.28.0.bb
similarity index 98%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.26.9.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.28.0.bb
index 74b6f2308d..f0a3db578a 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.26.9.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.28.0.bb
@@ -11,7 +11,7 @@ SRC_URI = "https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-ba
            file://0003-viv-fb-Make-sure-config.h-is-included.patch \
            file://0002-ssaparse-enhance-SSA-text-lines-parsing.patch \
            "
-SRC_URI[sha256sum] = "11db4ec9ae5be2194ff8ccf2b5fecdc069252fe4416921b083a921ef71dd000a"
+SRC_URI[sha256sum] = "eace79d63bd2edeb2048777ea9f432d8b6e7336e656cbc20da450f6235758b31"
 
 S = "${UNPACKDIR}/gst-plugins-base-${PV}"
 
-- 
2.43.0



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

* [OE-core] [PATCH 06/10] gstreamer1.0-plugins-good: upgrade 1.26.9 -> 1.28.0
  2026-03-04 10:31 [OE-core] [PATCH 01/10] gst-devtools: upgrade 1.26.9 -> 1.28.0 Wang Mingyu
                   ` (3 preceding siblings ...)
  2026-03-04 10:31 ` [OE-core] [PATCH 05/10] gstreamer1.0-plugins-base: " Wang Mingyu
@ 2026-03-04 10:31 ` Wang Mingyu
  2026-03-04 10:32 ` [OE-core] [PATCH 07/10] gstreamer1.0-plugins-ugly: " Wang Mingyu
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 19+ messages in thread
From: Wang Mingyu @ 2026-03-04 10:31 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...ugins-good_1.26.9.bb => gstreamer1.0-plugins-good_1.28.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-good_1.26.9.bb => gstreamer1.0-plugins-good_1.28.0.bb} (97%)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26.9.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.28.0.bb
similarity index 97%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26.9.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.28.0.bb
index d77e52d74e..c06d67f0a9 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26.9.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.28.0.bb
@@ -6,7 +6,7 @@ BUGTRACKER = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/issues
 
 SRC_URI = "https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-${PV}.tar.xz"
 
-SRC_URI[sha256sum] = "f38566fb53ae56b7019a039475311756a28eb978a781154d67813dcb551ff5fe"
+SRC_URI[sha256sum] = "d97700f346fdf9ef5461c035e23ed1ce916ca7a31d6ddad987f774774361db77"
 
 S = "${UNPACKDIR}/gst-plugins-good-${PV}"
 
-- 
2.43.0



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

* [OE-core] [PATCH 07/10] gstreamer1.0-plugins-ugly: upgrade 1.26.9 -> 1.28.0
  2026-03-04 10:31 [OE-core] [PATCH 01/10] gst-devtools: upgrade 1.26.9 -> 1.28.0 Wang Mingyu
                   ` (4 preceding siblings ...)
  2026-03-04 10:31 ` [OE-core] [PATCH 06/10] gstreamer1.0-plugins-good: " Wang Mingyu
@ 2026-03-04 10:32 ` Wang Mingyu
  2026-03-04 10:32 ` [OE-core] [PATCH 08/10] gstreamer1.0-python: " Wang Mingyu
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 19+ messages in thread
From: Wang Mingyu @ 2026-03-04 10:32 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...ugins-ugly_1.26.9.bb => gstreamer1.0-plugins-ugly_1.28.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-ugly_1.26.9.bb => gstreamer1.0-plugins-ugly_1.28.0.bb} (94%)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.26.9.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.28.0.bb
similarity index 94%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.26.9.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.28.0.bb
index e04bfcc81b..94fdff5b05 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.26.9.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.28.0.bb
@@ -15,7 +15,7 @@ SRC_URI = " \
             https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-${PV}.tar.xz \
             "
 
-SRC_URI[sha256sum] = "184e4c6e765bc463ed806b2263cb9b2aaa3a65415df0a3c22fd520d5d1bacb4d"
+SRC_URI[sha256sum] = "743f28b93c941e0af385ab193a2150f9f79bc6269adc639f6475d984794c217c"
 
 S = "${UNPACKDIR}/gst-plugins-ugly-${PV}"
 
-- 
2.43.0



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

* [OE-core] [PATCH 08/10] gstreamer1.0-python: upgrade 1.26.9 -> 1.28.0
  2026-03-04 10:31 [OE-core] [PATCH 01/10] gst-devtools: upgrade 1.26.9 -> 1.28.0 Wang Mingyu
                   ` (5 preceding siblings ...)
  2026-03-04 10:32 ` [OE-core] [PATCH 07/10] gstreamer1.0-plugins-ugly: " Wang Mingyu
@ 2026-03-04 10:32 ` Wang Mingyu
  2026-03-04 10:32 ` [OE-core] [PATCH 09/10] gstreamer1.0-rtsp-server: " Wang Mingyu
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 19+ messages in thread
From: Wang Mingyu @ 2026-03-04 10:32 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...reamer1.0-python_1.26.9.bb => gstreamer1.0-python_1.28.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-python_1.26.9.bb => gstreamer1.0-python_1.28.0.bb} (91%)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.26.9.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.28.0.bb
similarity index 91%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.26.9.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.28.0.bb
index 57ddf0bbba..7169b853c3 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.26.9.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.28.0.bb
@@ -8,7 +8,7 @@ LICENSE = "LGPL-2.1-or-later"
 LIC_FILES_CHKSUM = "file://COPYING;md5=c34deae4e395ca07e725ab0076a5f740"
 
 SRC_URI = "https://gstreamer.freedesktop.org/src/${PNREAL}/${PNREAL}-${PV}.tar.xz"
-SRC_URI[sha256sum] = "21a51d35fd973af1186795d3d9d696f321584aeb09ab4d176b59f26e842b8849"
+SRC_URI[sha256sum] = "9eba882a413cf06bf0575e635f73c0a2d01f3abdf76e18f804a90f3ff6a0aa2d"
 
 DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base python3-pygobject gstreamer1.0-plugins-bad"
 RDEPENDS:${PN} += "gstreamer1.0 gstreamer1.0-plugins-base python3-pygobject"
-- 
2.43.0



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

* [OE-core] [PATCH 09/10] gstreamer1.0-rtsp-server: upgrade 1.26.9 -> 1.28.0
  2026-03-04 10:31 [OE-core] [PATCH 01/10] gst-devtools: upgrade 1.26.9 -> 1.28.0 Wang Mingyu
                   ` (6 preceding siblings ...)
  2026-03-04 10:32 ` [OE-core] [PATCH 08/10] gstreamer1.0-python: " Wang Mingyu
@ 2026-03-04 10:32 ` Wang Mingyu
  2026-03-04 10:32 ` [OE-core] [PATCH 10/10] gstreamer1.0: " Wang Mingyu
  2026-03-04 17:41 ` [OE-core] [PATCH 01/10] gst-devtools: " Mathieu Dubois-Briand
  9 siblings, 0 replies; 19+ messages in thread
From: Wang Mingyu @ 2026-03-04 10:32 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...rtsp-server_1.26.9.bb => gstreamer1.0-rtsp-server_1.28.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-rtsp-server_1.26.9.bb => gstreamer1.0-rtsp-server_1.28.0.bb} (90%)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.26.9.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.28.0.bb
similarity index 90%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.26.9.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.28.0.bb
index ac6b52ee46..d8bd047afe 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.26.9.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.28.0.bb
@@ -10,7 +10,7 @@ PNREAL = "gst-rtsp-server"
 
 SRC_URI = "https://gstreamer.freedesktop.org/src/${PNREAL}/${PNREAL}-${PV}.tar.xz"
 
-SRC_URI[sha256sum] = "67e92e9a5b0f2b51eb571cc893b80da2ae2374f19b05d381d1e364393fe12654"
+SRC_URI[sha256sum] = "5ed0938ea0fc1df2709cc939245d93294f09b2d7220e19f7fcdb306ce2b6cee5"
 
 S = "${UNPACKDIR}/${PNREAL}-${PV}"
 
-- 
2.43.0



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

* [OE-core] [PATCH 10/10] gstreamer1.0: upgrade 1.26.9 -> 1.28.0
  2026-03-04 10:31 [OE-core] [PATCH 01/10] gst-devtools: upgrade 1.26.9 -> 1.28.0 Wang Mingyu
                   ` (7 preceding siblings ...)
  2026-03-04 10:32 ` [OE-core] [PATCH 09/10] gstreamer1.0-rtsp-server: " Wang Mingyu
@ 2026-03-04 10:32 ` Wang Mingyu
  2026-03-30 16:22   ` Peter Kjellerstedt
       [not found]   ` <18A1AB06FB4E2AAD.263554@lists.openembedded.org>
  2026-03-04 17:41 ` [OE-core] [PATCH 01/10] gst-devtools: " Mathieu Dubois-Briand
  9 siblings, 2 replies; 19+ messages in thread
From: Wang Mingyu @ 2026-03-04 10:32 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

0002-tests-add-support-for-install-the-tests.patch
refreshed for 1.28.0

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...2-tests-add-support-for-install-the-tests.patch | 14 +++++++-------
 ...treamer1.0_1.26.9.bb => gstreamer1.0_1.28.0.bb} |  2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0_1.26.9.bb => gstreamer1.0_1.28.0.bb} (97%)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0/0002-tests-add-support-for-install-the-tests.patch b/meta/recipes-multimedia/gstreamer/gstreamer1.0/0002-tests-add-support-for-install-the-tests.patch
index ccfc869813..720a6f0c97 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0/0002-tests-add-support-for-install-the-tests.patch
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0/0002-tests-add-support-for-install-the-tests.patch
@@ -1,4 +1,4 @@
-From c33063360791e178de138304e29ab2264582d917 Mon Sep 17 00:00:00 2001
+From 92e7d4090fa458bf02d3418cd01c960982821e92 Mon Sep 17 00:00:00 2001
 From: Jose Quaresma <quaresma.jose@gmail.com>
 Date: Sun, 11 Apr 2021 19:48:13 +0100
 Subject: [PATCH] tests: add support for install the tests
@@ -12,17 +12,17 @@ Upstream-Status: Submitted [https://gitlab.freedesktop.org/gstreamer/gstreamer/-
 Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com>
 ---
  meson.build                  |  4 ++++
- meson_options.txt            |  1 +
+ meson.options                |  1 +
  tests/check/meson.build      | 22 +++++++++++++++++++++-
  tests/check/template.test.in |  3 +++
  4 files changed, 29 insertions(+), 1 deletion(-)
  create mode 100644 tests/check/template.test.in
 
 diff --git a/meson.build b/meson.build
-index 0a77e90..cadfaeb 100644
+index 8adc055..b5c9e5b 100644
 --- a/meson.build
 +++ b/meson.build
-@@ -664,6 +664,10 @@ if bashcomp_dep.found()
+@@ -667,6 +667,10 @@ if bashcomp_dep.found()
    endif
  endif
  
@@ -33,10 +33,10 @@ index 0a77e90..cadfaeb 100644
  plugins_install_dir = join_paths(get_option('libdir'), 'gstreamer-1.0')
  
  pkgconfig = import('pkgconfig')
-diff --git a/meson_options.txt b/meson_options.txt
+diff --git a/meson.options b/meson.options
 index 39255cf..78af552 100644
---- a/meson_options.txt
-+++ b/meson_options.txt
+--- a/meson.options
++++ b/meson.options
 @@ -16,6 +16,7 @@ option('poisoning', type : 'boolean', value : false, description : 'Enable poiso
  option('memory-alignment', type: 'combo',
         choices : ['1', '2', '4', '8', '16', '32', '64', '128', '256', '512', '1024', '2048', '4096', '8192', 'malloc', 'pagesize'],
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.26.9.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.28.0.bb
similarity index 97%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0_1.26.9.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0_1.28.0.bb
index c66f614629..63633fea05 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.26.9.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.28.0.bb
@@ -22,7 +22,7 @@ SRC_URI = "https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.x
            file://0003-tests-use-a-dictionaries-for-environment.patch \
            file://0004-tests-add-helper-script-to-run-the-installed_tests.patch \
            "
-SRC_URI[sha256sum] = "8ee8772e468102ebe86d414d8c4c7440dd91d9f3e9396952ff23aecde80670c8"
+SRC_URI[sha256sum] = "6c8676bc39a2b41084fd4b21d2c37985c69ac979c03ce59575db945a3a623afd"
 
 PACKAGECONFIG ??= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)} \
                    check \
-- 
2.43.0



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

* Re: [OE-core] [PATCH 01/10] gst-devtools: upgrade 1.26.9 -> 1.28.0
  2026-03-04 10:31 [OE-core] [PATCH 01/10] gst-devtools: upgrade 1.26.9 -> 1.28.0 Wang Mingyu
                   ` (8 preceding siblings ...)
  2026-03-04 10:32 ` [OE-core] [PATCH 10/10] gstreamer1.0: " Wang Mingyu
@ 2026-03-04 17:41 ` Mathieu Dubois-Briand
  2026-03-04 19:33   ` Alexander Kanavin
  9 siblings, 1 reply; 19+ messages in thread
From: Mathieu Dubois-Briand @ 2026-03-04 17:41 UTC (permalink / raw)
  To: wangmy, openembedded-core

On Wed Mar 4, 2026 at 11:31 AM CET, wangmy via lists.openembedded.org wrote:
> From: Wang Mingyu <wangmy@fujitsu.com>
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---

Hi Wang,

Thanks for the upgrade.

It looks like we have some build issues with the new version:

ERROR: lib32-gstreamer1.0-vaapi-1.26.9-r0 do_compile: Execution of '/srv/pokybuild/yocto-worker/qemux86-world/build/build/tmp/work/x86-pokymllib32-linux/lib32-gstreamer1.0-vaapi/1.26.9/temp/run.do_compile.2061462' failed with exit code 1
...
| /srv/pokybuild/yocto-worker/qemux86-world/build/build/tmp/work/x86-pokymllib32-linux/lib32-gstreamer1.0-vaapi/1.26.9/lib32-recipe-sysroot/usr/include/gstreamer-1.0/gst/video/gstvideodmabufpool.h:53:24: error: unknown type name 'GstVideoBufferPoolClass'; did you mean 'GstBufferPoolClass'?
error: unknown type name 'GstVideoBufferPoolClass'; did you mean 'GstBufferPoolClass'?
|    53 |     VIDEO_DMABUF_POOL, GstVideoBufferPool)
|       |
...

https://autobuilder.yoctoproject.org/valkyrie/#/builders/59/builds/3295

Can you have a look at the issue?

Thanks,
Mathieu

-- 
Mathieu Dubois-Briand, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com



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

* Re: [OE-core] [PATCH 01/10] gst-devtools: upgrade 1.26.9 -> 1.28.0
  2026-03-04 17:41 ` [OE-core] [PATCH 01/10] gst-devtools: " Mathieu Dubois-Briand
@ 2026-03-04 19:33   ` Alexander Kanavin
  2026-03-05  1:11     ` Mingyu Wang (Fujitsu)
  0 siblings, 1 reply; 19+ messages in thread
From: Alexander Kanavin @ 2026-03-04 19:33 UTC (permalink / raw)
  To: mathieu.dubois-briand; +Cc: wangmy, openembedded-core

On Wed, 4 Mar 2026 at 18:41, Mathieu Dubois-Briand via
lists.openembedded.org
<mathieu.dubois-briand=bootlin.com@lists.openembedded.org> wrote:
> It looks like we have some build issues with the new version:
>
> ERROR: lib32-gstreamer1.0-vaapi-1.26.9-r0 do_compile: Execution of '/srv/pokybuild/yocto-worker/qemux86-world/build/build/tmp/work/x86-pokymllib32-linux/lib32-gstreamer1.0-vaapi/1.26.9/temp/run.do_compile.2061462' failed with exit code 1
> ...
> | /srv/pokybuild/yocto-worker/qemux86-world/build/build/tmp/work/x86-pokymllib32-linux/lib32-gstreamer1.0-vaapi/1.26.9/lib32-recipe-sysroot/usr/include/gstreamer-1.0/gst/video/gstvideodmabufpool.h:53:24: error: unknown type name 'GstVideoBufferPoolClass'; did you mean 'GstBufferPoolClass'?
> error: unknown type name 'GstVideoBufferPoolClass'; did you mean 'GstBufferPoolClass'?
> |    53 |     VIDEO_DMABUF_POOL, GstVideoBufferPool)
> |       |
> ...
>
> https://autobuilder.yoctoproject.org/valkyrie/#/builders/59/builds/3295
>
> Can you have a look at the issue?

I guess the correct fix is to remove the gstreamer1.0-vaapi recipe, as
the code has been removed upstream, and there's no 1.28 compatible
version for it.

Alex


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

* RE: [OE-core] [PATCH 01/10] gst-devtools: upgrade 1.26.9 -> 1.28.0
  2026-03-04 19:33   ` Alexander Kanavin
@ 2026-03-05  1:11     ` Mingyu Wang (Fujitsu)
  2026-03-05 11:38       ` Alexander Kanavin
  0 siblings, 1 reply; 19+ messages in thread
From: Mingyu Wang (Fujitsu) @ 2026-03-05  1:11 UTC (permalink / raw)
  To: Alexander Kanavin, mathieu.dubois-briand@bootlin.com
  Cc: openembedded-core@lists.openembedded.org

gstreamer1.0-vaapi has been removed upstream, and there is no compatible version for 1.28. Additionally, I haven't found any recipes that still depend on it.
Should I proceed with removing the gstreamer1.0-vaapi recipe?

  --
Best Regards
---------------------------------------------------
Wang Mingyu
FUJITSU NANJING SOFTWARE TECHNOLOGY CO., LTD. (FNST)
No.6 Wenzhu Road, Nanjing, 210012, China
TEL:+86+25-86630566--8568
COINS: 79988548
FAX: +86+25-83317685
MAIL: wangmy@fujitsu.com

> -----Original Message-----
> From: Alexander Kanavin <alex.kanavin@gmail.com>
> Sent: Thursday, March 5, 2026 3:33 AM
> To: mathieu.dubois-briand@bootlin.com
> Cc: Wang, Mingyu/王 鸣瑜 <wangmy@fujitsu.com>;
> openembedded-core@lists.openembedded.org
> Subject: Re: [OE-core] [PATCH 01/10] gst-devtools: upgrade 1.26.9 -> 1.28.0
> 
> On Wed, 4 Mar 2026 at 18:41, Mathieu Dubois-Briand via
> lists.openembedded.org
> <mathieu.dubois-briand=bootlin.com@lists.openembedded.org> wrote:
> > It looks like we have some build issues with the new version:
> >
> > ERROR: lib32-gstreamer1.0-vaapi-1.26.9-r0 do_compile: Execution of
> >
> '/srv/pokybuild/yocto-worker/qemux86-world/build/build/tmp/work/x86-pokyml
> lib32-linux/lib32-gstreamer1.0-vaapi/1.26.9/temp/run.do_compile.2061462'
> failed with exit code 1 ...
> > |
> /srv/pokybuild/yocto-worker/qemux86-world/build/build/tmp/work/x86-pokymll
> ib32-linux/lib32-gstreamer1.0-vaapi/1.26.9/lib32-recipe-sysroot/usr/include/gst
> reamer-1.0/gst/video/gstvideodmabufpool.h:53:24: error: unknown type name
> 'GstVideoBufferPoolClass'; did you mean 'GstBufferPoolClass'?
> > error: unknown type name 'GstVideoBufferPoolClass'; did you mean
> 'GstBufferPoolClass'?
> > |    53 |     VIDEO_DMABUF_POOL, GstVideoBufferPool)
> > |       |
> > ...
> >
> > https://autobuilder.yoctoproject.org/valkyrie/#/builders/59/builds/329
> > 5
> >
> > Can you have a look at the issue?
> 
> I guess the correct fix is to remove the gstreamer1.0-vaapi recipe, as the code
> has been removed upstream, and there's no 1.28 compatible version for it.
> 
> Alex

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

* Re: [OE-core] [PATCH 01/10] gst-devtools: upgrade 1.26.9 -> 1.28.0
  2026-03-05  1:11     ` Mingyu Wang (Fujitsu)
@ 2026-03-05 11:38       ` Alexander Kanavin
  0 siblings, 0 replies; 19+ messages in thread
From: Alexander Kanavin @ 2026-03-05 11:38 UTC (permalink / raw)
  To: Mingyu Wang (Fujitsu)
  Cc: mathieu.dubois-briand@bootlin.com,
	openembedded-core@lists.openembedded.org

On Thu, 5 Mar 2026 at 02:12, Mingyu Wang (Fujitsu) <wangmy@fujitsu.com> wrote:
> gstreamer1.0-vaapi has been removed upstream, and there is no compatible version for 1.28. Additionally, I haven't found any recipes that still depend on it.
> Should I proceed with removing the gstreamer1.0-vaapi recipe?

Yes.

Alex


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

* RE: [OE-core] [PATCH 10/10] gstreamer1.0: upgrade 1.26.9 -> 1.28.0
  2026-03-04 10:32 ` [OE-core] [PATCH 10/10] gstreamer1.0: " Wang Mingyu
@ 2026-03-30 16:22   ` Peter Kjellerstedt
  2026-04-07 14:29     ` Mathieu Dubois-Briand
       [not found]   ` <18A1AB06FB4E2AAD.263554@lists.openembedded.org>
  1 sibling, 1 reply; 19+ messages in thread
From: Peter Kjellerstedt @ 2026-03-30 16:22 UTC (permalink / raw)
  To: wangmy@fujitsu.com, openembedded-core@lists.openembedded.org

What is the status of these patches, which upgrade the GStreamer recipes 
to version 1.28.0?

I do not see them on neither master-next nor mathieu/master-next in 
the openembedded-core-contrib repository.

//Peter

> -----Original Message-----
> From: openembedded-core@lists.openembedded.org <openembedded-core@lists.openembedded.org> On Behalf Of wangmy via lists.openembedded.org
> Sent: den 4 mars 2026 11:32
> To: openembedded-core@lists.openembedded.org
> Cc: Wang Mingyu <wangmy@fujitsu.com>
> Subject: [OE-core] [PATCH 10/10] gstreamer1.0: upgrade 1.26.9 -> 1.28.0
> 
> From: Wang Mingyu <wangmy@fujitsu.com>
> 
> 0002-tests-add-support-for-install-the-tests.patch
> refreshed for 1.28.0
> 
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  ...2-tests-add-support-for-install-the-tests.patch | 14 +++++++-------
>  ...treamer1.0_1.26.9.bb => gstreamer1.0_1.28.0.bb} |  2 +-
>  2 files changed, 8 insertions(+), 8 deletions(-)
>  rename meta/recipes-multimedia/gstreamer/{gstreamer1.0_1.26.9.bb => gstreamer1.0_1.28.0.bb} (97%)
> 
> diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0/0002-tests-add-support-for-install-the-tests.patch b/meta/recipes-multimedia/gstreamer/gstreamer1.0/0002-tests-add-support-for-install-the-tests.patch
> index ccfc869813..720a6f0c97 100644
> --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0/0002-tests-add-support-for-install-the-tests.patch
> +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0/0002-tests-add-support-for-install-the-tests.patch
> @@ -1,4 +1,4 @@
> -From c33063360791e178de138304e29ab2264582d917 Mon Sep 17 00:00:00 2001
> +From 92e7d4090fa458bf02d3418cd01c960982821e92 Mon Sep 17 00:00:00 2001
>  From: Jose Quaresma <quaresma.jose@gmail.com>
>  Date: Sun, 11 Apr 2021 19:48:13 +0100
>  Subject: [PATCH] tests: add support for install the tests
> @@ -12,17 +12,17 @@ Upstream-Status: Submitted [https://gitlab.freedesktop.org/gstreamer/gstreamer/-
>  Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com>
>  ---
>   meson.build                  |  4 ++++
> - meson_options.txt            |  1 +
> + meson.options                |  1 +
>   tests/check/meson.build      | 22 +++++++++++++++++++++-
>   tests/check/template.test.in |  3 +++
>   4 files changed, 29 insertions(+), 1 deletion(-)
>   create mode 100644 tests/check/template.test.in
> 
>  diff --git a/meson.build b/meson.build
> -index 0a77e90..cadfaeb 100644
> +index 8adc055..b5c9e5b 100644
>  --- a/meson.build
>  +++ b/meson.build
> -@@ -664,6 +664,10 @@ if bashcomp_dep.found()
> +@@ -667,6 +667,10 @@ if bashcomp_dep.found()
>     endif
>   endif
> 
> @@ -33,10 +33,10 @@ index 0a77e90..cadfaeb 100644
>   plugins_install_dir = join_paths(get_option('libdir'), 'gstreamer-1.0')
> 
>   pkgconfig = import('pkgconfig')
> -diff --git a/meson_options.txt b/meson_options.txt
> +diff --git a/meson.options b/meson.options
>  index 39255cf..78af552 100644
> ---- a/meson_options.txt
> -+++ b/meson_options.txt
> +--- a/meson.options
> ++++ b/meson.options
>  @@ -16,6 +16,7 @@ option('poisoning', type : 'boolean', value : false, description : 'Enable poiso
>   option('memory-alignment', type: 'combo',
>          choices : ['1', '2', '4', '8', '16', '32', '64', '128', '256', '512', '1024', '2048', '4096', '8192', 'malloc', 'pagesize'],
> diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.26.9.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.28.0.bb
> similarity index 97%
> rename from meta/recipes-multimedia/gstreamer/gstreamer1.0_1.26.9.bb
> rename to meta/recipes-multimedia/gstreamer/gstreamer1.0_1.28.0.bb
> index c66f614629..63633fea05 100644
> --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.26.9.bb
> +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.28.0.bb
> @@ -22,7 +22,7 @@ SRC_URI =
> "https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.x
>             file://0003-tests-use-a-dictionaries-for-environment.patch \
>             file://0004-tests-add-helper-script-to-run-the-installed_tests.patch \
>             "
> -SRC_URI[sha256sum] = "8ee8772e468102ebe86d414d8c4c7440dd91d9f3e9396952ff23aecde80670c8"
> +SRC_URI[sha256sum] = "6c8676bc39a2b41084fd4b21d2c37985c69ac979c03ce59575db945a3a623afd"
> 
>  PACKAGECONFIG ??= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)} \
>                     check \
> --
> 2.43.0



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

* RE: [OE-core] [PATCH 10/10] gstreamer1.0: upgrade 1.26.9 -> 1.28.0
       [not found]   ` <18A1AB06FB4E2AAD.263554@lists.openembedded.org>
@ 2026-04-06 13:09     ` Peter Kjellerstedt
  2026-04-06 14:10       ` Jose Quaresma
  0 siblings, 1 reply; 19+ messages in thread
From: Peter Kjellerstedt @ 2026-04-06 13:09 UTC (permalink / raw)
  To: wangmy@fujitsu.com, openembedded-core@lists.openembedded.org,
	mathieu.dubois-briand@bootlin.com, Richard Purdie

*ping*

//Peter

> -----Original Message-----
> From: openembedded-core@lists.openembedded.org <openembedded-
> core@lists.openembedded.org> On Behalf Of Peter Kjellerstedt via
> lists.openembedded.org
> Sent: den 30 mars 2026 18:23
> To: wangmy@fujitsu.com; openembedded-core@lists.openembedded.org
> Subject: Re: [OE-core] [PATCH 10/10] gstreamer1.0: upgrade 1.26.9 ->
> 1.28.0
> 
> What is the status of these patches, which upgrade the GStreamer recipes
> to version 1.28.0?
> 
> I do not see them on neither master-next nor mathieu/master-next in
> the openembedded-core-contrib repository.
> 
> //Peter
> 
> > -----Original Message-----
> > From: openembedded-core@lists.openembedded.org <openembedded-core@lists.openembedded.org> On Behalf Of wangmy via lists.openembedded.org
> > Sent: den 4 mars 2026 11:32
> > To: openembedded-core@lists.openembedded.org
> > Cc: Wang Mingyu <wangmy@fujitsu.com>
> > Subject: [OE-core] [PATCH 10/10] gstreamer1.0: upgrade 1.26.9 -> 1.28.0
> >
> > From: Wang Mingyu <wangmy@fujitsu.com>
> >
> > 0002-tests-add-support-for-install-the-tests.patch
> > refreshed for 1.28.0
> >
> > Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> > ---
> >  ...2-tests-add-support-for-install-the-tests.patch | 14 +++++++-------
> >  ...treamer1.0_1.26.9.bb => gstreamer1.0_1.28.0.bb} |  2 +-
> >  2 files changed, 8 insertions(+), 8 deletions(-)
> >  rename meta/recipes-multimedia/gstreamer/{gstreamer1.0_1.26.9.bb => gstreamer1.0_1.28.0.bb} (97%)
> >
> > diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0/0002-tests-add-support-for-install-the-tests.patch b/meta/recipes-multimedia/gstreamer/gstreamer1.0/0002-tests-add-support-for-install-the-tests.patch
> > index ccfc869813..720a6f0c97 100644
> > --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0/0002-tests-add-support-for-install-the-tests.patch
> > +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0/0002-tests-add-support-for-install-the-tests.patch
> > @@ -1,4 +1,4 @@
> > -From c33063360791e178de138304e29ab2264582d917 Mon Sep 17 00:00:00 2001
> > +From 92e7d4090fa458bf02d3418cd01c960982821e92 Mon Sep 17 00:00:00 2001
> >  From: Jose Quaresma <quaresma.jose@gmail.com>
> >  Date: Sun, 11 Apr 2021 19:48:13 +0100
> >  Subject: [PATCH] tests: add support for install the tests
> > @@ -12,17 +12,17 @@ Upstream-Status: Submitted [https://gitlab.freedesktop.org/gstreamer/gstreamer/-
> >  Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com>
> >  ---
> >   meson.build                  |  4 ++++
> > - meson_options.txt            |  1 +
> > + meson.options                |  1 +
> >   tests/check/meson.build      | 22 +++++++++++++++++++++-
> >   tests/check/template.test.in |  3 +++
> >   4 files changed, 29 insertions(+), 1 deletion(-)
> >   create mode 100644 tests/check/template.test.in
> >
> >  diff --git a/meson.build b/meson.build
> > -index 0a77e90..cadfaeb 100644
> > +index 8adc055..b5c9e5b 100644
> >  --- a/meson.build
> >  +++ b/meson.build
> > -@@ -664,6 +664,10 @@ if bashcomp_dep.found()
> > +@@ -667,6 +667,10 @@ if bashcomp_dep.found()
> >     endif
> >   endif
> >
> > @@ -33,10 +33,10 @@ index 0a77e90..cadfaeb 100644
> >   plugins_install_dir = join_paths(get_option('libdir'), 'gstreamer-1.0')
> >
> >   pkgconfig = import('pkgconfig')
> > -diff --git a/meson_options.txt b/meson_options.txt
> > +diff --git a/meson.options b/meson.options
> >  index 39255cf..78af552 100644
> > ---- a/meson_options.txt
> > -+++ b/meson_options.txt
> > +--- a/meson.options
> > ++++ b/meson.options
> >  @@ -16,6 +16,7 @@ option('poisoning', type : 'boolean', value : false, description : 'Enable poiso
> >   option('memory-alignment', type: 'combo',
> >          choices : ['1', '2', '4', '8', '16', '32', '64', '128', '256', '512', '1024', '2048', '4096', '8192', 'malloc', 'pagesize'],
> > diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.26.9.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.28.0.bb
> > similarity index 97%
> > rename from meta/recipes-multimedia/gstreamer/gstreamer1.0_1.26.9.bb
> > rename to meta/recipes-multimedia/gstreamer/gstreamer1.0_1.28.0.bb
> > index c66f614629..63633fea05 100644
> > --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.26.9.bb
> > +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.28.0.bb
> > @@ -22,7 +22,7 @@ SRC_URI =
> > "https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.x
> >             file://0003-tests-use-a-dictionaries-for-environment.patch \
> >             file://0004-tests-add-helper-script-to-run-the-installed_tests.patch \
> >             "
> > -SRC_URI[sha256sum] = "8ee8772e468102ebe86d414d8c4c7440dd91d9f3e9396952ff23aecde80670c8"
> > +SRC_URI[sha256sum] = "6c8676bc39a2b41084fd4b21d2c37985c69ac979c03ce59575db945a3a623afd"
> >
> >  PACKAGECONFIG ??= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)} \
> >                     check \
> > --
> > 2.43.0



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

* Re: [OE-core] [PATCH 10/10] gstreamer1.0: upgrade 1.26.9 -> 1.28.0
  2026-04-06 13:09     ` Peter Kjellerstedt
@ 2026-04-06 14:10       ` Jose Quaresma
  0 siblings, 0 replies; 19+ messages in thread
From: Jose Quaresma @ 2026-04-06 14:10 UTC (permalink / raw)
  To: peter.kjellerstedt
  Cc: wangmy@fujitsu.com, openembedded-core@lists.openembedded.org,
	mathieu.dubois-briand@bootlin.com, Richard Purdie

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

Peter Kjellerstedt via lists.openembedded.org <peter.kjellerstedt=
axis.com@lists.openembedded.org> escreveu (segunda, 6/04/2026 à(s) 14:09):

> *ping*
>
> //Peter
>
>
+1

Given that gstreamer is a reference package on the multimedia front, I
believe it would be generally appreciated by the community to include
1.28.x in the next LTS.
The 1.26.x was released a year ago.

Jose


> > -----Original Message-----
> > From: openembedded-core@lists.openembedded.org <openembedded-
> > core@lists.openembedded.org> On Behalf Of Peter Kjellerstedt via
> > lists.openembedded.org
> > Sent: den 30 mars 2026 18:23
> > To: wangmy@fujitsu.com; openembedded-core@lists.openembedded.org
> > Subject: Re: [OE-core] [PATCH 10/10] gstreamer1.0: upgrade 1.26.9 ->
> > 1.28.0
> >
> > What is the status of these patches, which upgrade the GStreamer recipes
> > to version 1.28.0?
> >
> > I do not see them on neither master-next nor mathieu/master-next in
> > the openembedded-core-contrib repository.
> >
> > //Peter
> >
> > > -----Original Message-----
> > > From: openembedded-core@lists.openembedded.org <
> openembedded-core@lists.openembedded.org> On Behalf Of wangmy via
> lists.openembedded.org
> > > Sent: den 4 mars 2026 11:32
> > > To: openembedded-core@lists.openembedded.org
> > > Cc: Wang Mingyu <wangmy@fujitsu.com>
> > > Subject: [OE-core] [PATCH 10/10] gstreamer1.0: upgrade 1.26.9 -> 1.28.0
> > >
> > > From: Wang Mingyu <wangmy@fujitsu.com>
> > >
> > > 0002-tests-add-support-for-install-the-tests.patch
> > > refreshed for 1.28.0
> > >
> > > Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> > > ---
> > >  ...2-tests-add-support-for-install-the-tests.patch | 14 +++++++-------
> > >  ...treamer1.0_1.26.9.bb => gstreamer1.0_1.28.0.bb} |  2 +-
> > >  2 files changed, 8 insertions(+), 8 deletions(-)
> > >  rename meta/recipes-multimedia/gstreamer/{gstreamer1.0_1.26.9.bb =>
> gstreamer1.0_1.28.0.bb} (97%)
> > >
> > > diff --git
> a/meta/recipes-multimedia/gstreamer/gstreamer1.0/0002-tests-add-support-for-install-the-tests.patch
> b/meta/recipes-multimedia/gstreamer/gstreamer1.0/0002-tests-add-support-for-install-the-tests.patch
> > > index ccfc869813..720a6f0c97 100644
> > > ---
> a/meta/recipes-multimedia/gstreamer/gstreamer1.0/0002-tests-add-support-for-install-the-tests.patch
> > > +++
> b/meta/recipes-multimedia/gstreamer/gstreamer1.0/0002-tests-add-support-for-install-the-tests.patch
> > > @@ -1,4 +1,4 @@
> > > -From c33063360791e178de138304e29ab2264582d917 Mon Sep 17 00:00:00 2001
> > > +From 92e7d4090fa458bf02d3418cd01c960982821e92 Mon Sep 17 00:00:00 2001
> > >  From: Jose Quaresma <quaresma.jose@gmail.com>
> > >  Date: Sun, 11 Apr 2021 19:48:13 +0100
> > >  Subject: [PATCH] tests: add support for install the tests
> > > @@ -12,17 +12,17 @@ Upstream-Status: Submitted [
> https://gitlab.freedesktop.org/gstreamer/gstreamer/-
> > >  Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com>
> > >  ---
> > >   meson.build                  |  4 ++++
> > > - meson_options.txt            |  1 +
> > > + meson.options                |  1 +
> > >   tests/check/meson.build      | 22 +++++++++++++++++++++-
> > >   tests/check/template.test.in |  3 +++
> > >   4 files changed, 29 insertions(+), 1 deletion(-)
> > >   create mode 100644 tests/check/template.test.in
> > >
> > >  diff --git a/meson.build b/meson.build
> > > -index 0a77e90..cadfaeb 100644
> > > +index 8adc055..b5c9e5b 100644
> > >  --- a/meson.build
> > >  +++ b/meson.build
> > > -@@ -664,6 +664,10 @@ if bashcomp_dep.found()
> > > +@@ -667,6 +667,10 @@ if bashcomp_dep.found()
> > >     endif
> > >   endif
> > >
> > > @@ -33,10 +33,10 @@ index 0a77e90..cadfaeb 100644
> > >   plugins_install_dir = join_paths(get_option('libdir'),
> 'gstreamer-1.0')
> > >
> > >   pkgconfig = import('pkgconfig')
> > > -diff --git a/meson_options.txt b/meson_options.txt
> > > +diff --git a/meson.options b/meson.options
> > >  index 39255cf..78af552 100644
> > > ---- a/meson_options.txt
> > > -+++ b/meson_options.txt
> > > +--- a/meson.options
> > > ++++ b/meson.options
> > >  @@ -16,6 +16,7 @@ option('poisoning', type : 'boolean', value :
> false, description : 'Enable poiso
> > >   option('memory-alignment', type: 'combo',
> > >          choices : ['1', '2', '4', '8', '16', '32', '64', '128',
> '256', '512', '1024', '2048', '4096', '8192', 'malloc', 'pagesize'],
> > > diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.26.9.bb
> b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.28.0.bb
> > > similarity index 97%
> > > rename from meta/recipes-multimedia/gstreamer/gstreamer1.0_1.26.9.bb
> > > rename to meta/recipes-multimedia/gstreamer/gstreamer1.0_1.28.0.bb
> > > index c66f614629..63633fea05 100644
> > > --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.26.9.bb
> > > +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.28.0.bb
> > > @@ -22,7 +22,7 @@ SRC_URI =
> > > "https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.x
> > >             file://0003-tests-use-a-dictionaries-for-environment.patch
> \
> > >
>  file://0004-tests-add-helper-script-to-run-the-installed_tests.patch \
> > >             "
> > > -SRC_URI[sha256sum] =
> "8ee8772e468102ebe86d414d8c4c7440dd91d9f3e9396952ff23aecde80670c8"
> > > +SRC_URI[sha256sum] =
> "6c8676bc39a2b41084fd4b21d2c37985c69ac979c03ce59575db945a3a623afd"
> > >
> > >  PACKAGECONFIG ??= "${@bb.utils.contains('PTEST_ENABLED', '1',
> 'tests', '', d)} \
> > >                     check \
> > > --
> > > 2.43.0
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#234678):
> https://lists.openembedded.org/g/openembedded-core/message/234678
> Mute This Topic: https://lists.openembedded.org/mt/118129968/5052612
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [
> quaresma.jose@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>

-- 
Best regards,

José Quaresma

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

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

* Re: [OE-core] [PATCH 10/10] gstreamer1.0: upgrade 1.26.9 -> 1.28.0
  2026-03-30 16:22   ` Peter Kjellerstedt
@ 2026-04-07 14:29     ` Mathieu Dubois-Briand
  2026-04-08  3:25       ` Peter Kjellerstedt
  0 siblings, 1 reply; 19+ messages in thread
From: Mathieu Dubois-Briand @ 2026-04-07 14:29 UTC (permalink / raw)
  To: peter.kjellerstedt, wangmy@fujitsu.com,
	openembedded-core@lists.openembedded.org

On Mon Mar 30, 2026 at 6:22 PM CEST, Peter Kjellerstedt via lists.openembedded.org wrote:
> What is the status of these patches, which upgrade the GStreamer recipes 
> to version 1.28.0?
>
> I do not see them on neither master-next nor mathieu/master-next in 
> the openembedded-core-contrib repository.
>
> //Peter
>

Sorry, this series has been lost while gstreamer-vaapi was removed, but
is now back into my branch.

Thanks for the ping,
Mathieu

-- 
Mathieu Dubois-Briand, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com



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

* RE: [OE-core] [PATCH 10/10] gstreamer1.0: upgrade 1.26.9 -> 1.28.0
  2026-04-07 14:29     ` Mathieu Dubois-Briand
@ 2026-04-08  3:25       ` Peter Kjellerstedt
  0 siblings, 0 replies; 19+ messages in thread
From: Peter Kjellerstedt @ 2026-04-08  3:25 UTC (permalink / raw)
  To: Mathieu Dubois-Briand, wangmy@fujitsu.com,
	openembedded-core@lists.openembedded.org

> -----Original Message-----
> From: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
> Sent: den 7 april 2026 16:29
> To: Peter Kjellerstedt <peter.kjellerstedt@axis.com>; wangmy@fujitsu.com; openembedded-core@lists.openembedded.org
> Subject: Re: [OE-core] [PATCH 10/10] gstreamer1.0: upgrade 1.26.9 -> 1.28.0
> 
> On Mon Mar 30, 2026 at 6:22 PM CEST, Peter Kjellerstedt via lists.openembedded.org wrote:
> > What is the status of these patches, which upgrade the GStreamer recipes
> > to version 1.28.0?
> >
> > I do not see them on neither master-next nor mathieu/master-next in
> > the openembedded-core-contrib repository.
> >
> > //Peter
> 
> Sorry, this series has been lost while gstreamer-vaapi was removed, but
> is now back into my branch.
> 
> Thanks for the ping,
> Mathieu

I have sent an updated version of Wang Mingyu's patches now. The only 
actual change was to gstreamer1.0-plugins-bad, which now disables new 
plugins that have external dependencies.

//Peter


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

end of thread, other threads:[~2026-04-08  3:25 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-04 10:31 [OE-core] [PATCH 01/10] gst-devtools: upgrade 1.26.9 -> 1.28.0 Wang Mingyu
2026-03-04 10:31 ` [OE-core] [PATCH 02/10] gst-examples: " Wang Mingyu
2026-03-04 10:31 ` [OE-core] [PATCH 03/10] gstreamer1.0-libav: " Wang Mingyu
2026-03-04 10:31 ` [OE-core] [PATCH 04/10] gstreamer1.0-plugins-bad: " Wang Mingyu
2026-03-04 10:31 ` [OE-core] [PATCH 05/10] gstreamer1.0-plugins-base: " Wang Mingyu
2026-03-04 10:31 ` [OE-core] [PATCH 06/10] gstreamer1.0-plugins-good: " Wang Mingyu
2026-03-04 10:32 ` [OE-core] [PATCH 07/10] gstreamer1.0-plugins-ugly: " Wang Mingyu
2026-03-04 10:32 ` [OE-core] [PATCH 08/10] gstreamer1.0-python: " Wang Mingyu
2026-03-04 10:32 ` [OE-core] [PATCH 09/10] gstreamer1.0-rtsp-server: " Wang Mingyu
2026-03-04 10:32 ` [OE-core] [PATCH 10/10] gstreamer1.0: " Wang Mingyu
2026-03-30 16:22   ` Peter Kjellerstedt
2026-04-07 14:29     ` Mathieu Dubois-Briand
2026-04-08  3:25       ` Peter Kjellerstedt
     [not found]   ` <18A1AB06FB4E2AAD.263554@lists.openembedded.org>
2026-04-06 13:09     ` Peter Kjellerstedt
2026-04-06 14:10       ` Jose Quaresma
2026-03-04 17:41 ` [OE-core] [PATCH 01/10] gst-devtools: " Mathieu Dubois-Briand
2026-03-04 19:33   ` Alexander Kanavin
2026-03-05  1:11     ` Mingyu Wang (Fujitsu)
2026-03-05 11:38       ` Alexander Kanavin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox