From: Peter Kjellerstedt <pkj@axis.com>
To: <openembedded-core@lists.openembedded.org>
Subject: [PATCH 01/10] gstreamer1.0: Upgrade 1.28.0 -> 1.28.2
Date: Wed, 8 Apr 2026 16:17:09 +0200 [thread overview]
Message-ID: <20260408141719.1086823-2-pkj@axis.com> (raw)
In-Reply-To: <20260408141719.1086823-1-pkj@axis.com>
Changes since 1.28.0
* b2a3b2e: Back to development after 1.28.0
* f8b4f2a: input-selector: fix race condition selecting next active pad
* 193b858: input-selector: gracefully handle active pad disappearance
* 52f8be4: input-selector: don't consider pad being released checking
for eos
* c711f7c: input-selector: fix regression receiving eos event
* 3d48df2: input-selector: don't wait for active pad when eos
(active-segment mode)
* 583ae1a: typefindhelper: EOS case explained in more details
* 305fb65: gst: Fix a couple of new const-ness warnings around strstr()
usage
* 88cdc0d: ptpclock: Fix potential out-of-bounds read when parsing
ANNOUNCE messages
* 443fb64: ptpclock: Fix copy-paste mistake in error messages
* c520284: ptpclock: Initialize PTP message to avoid invalid
uninitialized variable warning
* f8f0df1: caps: gst_caps_append_structure should not allow NULL
structure
* d08ede5: aggregator: Various introspection annotations / docs fixes
for vfuncs
* 1a98767: filesink: Add debug category to file write helper
* 1f415d1: filesink: Report write error correctly on Windows
* 1aa6b48: multiqueue: reverse playback: use segment stop position as
start time
* c7e0e43: aggregator: Handle gap event before segment
* 816e87b: bitwriter: Steal owned data in reset_and_get_data()
* 7c2da22: tests: bitwriter: Fix leak in test
* 835da19: modules: Remove NEWS from git which is generated from full
release notes
* 201b14e: modules: remove RELEASE from git, will be generated from
template on dist
* 7694a7d: modules: remove subproject README.md from git
* 6376a84: modules: dist common files from monorepo root
* 291e479: meson: Deprecate `system = 'ios'` in cross files, use
subsystem
* d609133: gstcheck: Disable fork on tvOS and watchOS
* 55bea0a: gstreamer: Stop using deprecated G_MODULE_SUFFIX
* 020a8fd: registry: Skip .dSYM bundles when loading plugins, try 2
* d8b40e3: gst-stats: Also allow ANSI colored logs without 0x in front
of the thread id
* c21305a: gst: Add explanatory comment to call_async implementation
* dcb37e2: Release 1.28.1
* 32113a6: Back to development after 1.28.1
* 216d38a: all: GThreadFunc return type fixes
* e76eebd: registry: Skip recursion into and from .dSYM bundles
* 9a94133: filesink: Fix wrong open() in overwrite mode
* 749cbe0: baseparse: Preserve upstream buffer duration if possible
* f71eb59: bin: iterator is not nullable
* 1b3939b: baseparse: Fix out_buffer leak in frame_free and missing ref
in frame_copy
* 1afd273: gstreamer: update translations
* cf7231d: queue: Fix potential use-after-free in log function
* 43421c2: Release 1.28.2
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
---
.../{gstreamer1.0_1.28.0.bb => gstreamer1.0_1.28.2.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0_1.28.0.bb => gstreamer1.0_1.28.2.bb} (97%)
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.28.0.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.28.2.bb
similarity index 97%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0_1.28.0.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0_1.28.2.bb
index 63633fea05..b727783746 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.28.0.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.28.2.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] = "6c8676bc39a2b41084fd4b21d2c37985c69ac979c03ce59575db945a3a623afd"
+SRC_URI[sha256sum] = "ce5cd44d4ffeafdcc3dddaa072b2179c0b7cb1abf4e6c5d18d4375f8a39fe491"
PACKAGECONFIG ??= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)} \
check \
next prev parent reply other threads:[~2026-04-08 14:17 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-08 14:17 [PATCH 00/10] Update the GStreamer recipes to 1.28.2 Peter Kjellerstedt
2026-04-08 14:17 ` Peter Kjellerstedt [this message]
2026-04-08 14:17 ` [PATCH 02/10] gstreamer1.0-plugins-base: Upgrade 1.28.0 -> 1.28.2 Peter Kjellerstedt
2026-04-09 8:45 ` [OE-core] " Mathieu Dubois-Briand
2026-04-08 14:17 ` [PATCH 03/10] gstreamer1.0-plugins-good: " Peter Kjellerstedt
2026-04-08 14:17 ` [PATCH 04/10] gstreamer1.0-plugins-bad: " Peter Kjellerstedt
2026-04-08 14:17 ` [PATCH 05/10] gstreamer1.0-plugins-ugly: " Peter Kjellerstedt
2026-04-08 14:17 ` [PATCH 06/10] gstreamer1.0-libav: " Peter Kjellerstedt
2026-04-08 14:17 ` [PATCH 07/10] gstreamer1.0-python: " Peter Kjellerstedt
2026-04-08 14:17 ` [PATCH 08/10] gstreamer1.0-rtsp-server: " Peter Kjellerstedt
2026-04-08 14:17 ` [PATCH 09/10] gst-devtools: " Peter Kjellerstedt
2026-04-08 14:17 ` [PATCH 10/10] gst-examples: " Peter Kjellerstedt
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=20260408141719.1086823-2-pkj@axis.com \
--to=pkj@axis.com \
--cc=openembedded-core@lists.openembedded.org \
/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