| Message ID | 20260408141719.1086823-3-pkj@axis.com |
|---|---|
| State | Accepted, archived |
| Commit | b35d049b4b5b3dd91ab84de350e7b10895a48c5e |
| Headers | show |
| Series | Update the GStreamer recipes to 1.28.2 | expand |
On Wed Apr 8, 2026 at 4:17 PM CEST, Peter Kjellerstedt via lists.openembedded.org wrote: > ... > > Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> > --- > ...ugins-base_1.28.0.bb => gstreamer1.0-plugins-base_1.28.2.bb} | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-base_1.28.0.bb => gstreamer1.0-plugins-base_1.28.2.bb} (98%) > > diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.28.0.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.28.2.bb > similarity index 98% > rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.28.0.bb > rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.28.2.bb > index f0a3db578a..79cc4f312d 100644 > --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.28.0.bb > +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.28.2.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] = "eace79d63bd2edeb2048777ea9f432d8b6e7336e656cbc20da450f6235758b31" > +SRC_URI[sha256sum] = "4db76b3619280037a4047de7d9dbb38613a4272dcc40efb333257124635a888d" > > S = "${UNPACKDIR}/gst-plugins-base-${PV}" > Hi, Just a note for meta-qcom maintainers: once merged, this will break meta-qcom builds, as some patches are no longer applying correctly: ERROR: gstreamer1.0-plugins-base-1.28.2-r0 do_patch: Applying patch '/srv/pokybuild/yocto-worker/meta-qcom/build/meta-qcom/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/0001-video-Add-support-for-NV12_Q08C-compressed-8-bit-for.patch' on target directory '/srv/pokybuild/yocto-worker/meta-qcom/build/build/tmp/work/armv8-2a-poky-linux/gstreamer1.0-plugins-base/1.28.2/sources/gst-plugins-base-1.28.2' ... Patch 0001-video-Add-support-for-NV12_Q08C-compressed-8-bit-for.patch does not apply (enforce with -f) https://autobuilder.yoctoproject.org/valkyrie/#/builders/113/builds/563 Thanks, Mathieu
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.28.0.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.28.2.bb similarity index 98% rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.28.0.bb rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.28.2.bb index f0a3db578a..79cc4f312d 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.28.0.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.28.2.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] = "eace79d63bd2edeb2048777ea9f432d8b6e7336e656cbc20da450f6235758b31" +SRC_URI[sha256sum] = "4db76b3619280037a4047de7d9dbb38613a4272dcc40efb333257124635a888d" S = "${UNPACKDIR}/gst-plugins-base-${PV}"
Changes since 1.28.0 * b2a3b2e: Back to development after 1.28.0 * e2c7b85: input-selector: add pad release stress test * 6cb0626: input-selector: add test eos for remaining non active pad * c4f4ad2: typefindfunctions: Promote y4m_typefind * 62629e5: decodebin3: Ensure input->collection is always coherent * cad6787: decodebin3: Improve handling collection change on existing pad * 7365663: rtp: Add mappings for H266 and AV1 encoding-names * 3d82e94: base: Fix a couple of new const-ness warnings around strstr() usage * 848766d: gl: Fix explicit enabling of EAGL support on iOS * 47576c7: eagl: Auto-resize when the UIView window is resized * 4faeb36: audiorate: Handle SEGMENT_DONE the same way as EOS * 2a7e50c: videodecoder: Handle recovery from temporary reordered output * d6fb546: playsink: unref color balance channels with g_object_unref() * efc09c7: decodebin3: Fix switch to smaller collections * acbe1ed: rtsp: Validate transport parameter parsing in RFC 2326 * 746553b: glsrcbin: adapt klass "Src" to "Source" * a02c813: audiodecoder: Only forward gap events immediately if no frames are pending * 045b7a0: videodecoder: Move gap event handling into a helper function * ff28f77: videodecoder: Don't directly forward gap events if the decoder is not drained * b1c6307: videofilter: Add VIDEO_ALIGNMENT to downstream pool * 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 * c6ea1f1: compositor: Do copy_metas also for background frame * 291e479: meson: Deprecate `system = 'ios'` in cross files, use subsystem * d765ba7: eagl: Add support for tvOS * 507fa0a: gstgl: Fix incorrect usage of G_MODULE_SUFFIX on macOS * e14eecd: video-converter: Do not transform_metas with 0 width or height * 133c200: meson: Fix building of examples/gl/qt/qglwtextureshare * 377a41d: riff: Correctly check that enough RGB palette data is available * dcb37e2: Release 1.28.1 * 32113a6: Back to development after 1.28.1 * de557ba: glcolorconvert: Fix NULL pointer dereference on buffers without video meta * 216d38a: all: GThreadFunc return type fixes * ecbaac1: rtpbuffer: Add validation for CSRC list length * 8b1dec6: rtcp: Fix buffer overread in SDES packet parsing * 3e5ac12: opusenc: Use correct memcpy() size when copying Vorbis channel positions * 8b4ea49: video-converter: fix I420/A420/AYUV BGRA/ARGB output on big-endian * cad4597: videorate: Fix unrestored caps on backward PTS * ae535bd: video: fix too small default stride for UYVP with odd widths * 6c2d5bd: gl: upload: Optimize EGL format check when there is no context * 8112ede: gl: upload: Fix linking glupload with restrictive caps filter * 5daccd1: gst-plugins-base: update translations * 69d7aed: compositor: move gst_compositor_init_blend() to element class_init * 2f35652: rtsp: gstrtspurl: Parse URL having user without password * ae8c618: videodecoder: Fix different seqnum error * 9e4e4a3: audiodecoder: Fix different seqnum error * 13f2638: base: audioencoder: Remove fixed caps from srcpad * 9379c4a: exiftag: Unmap buffer if parsing a rational number gives a zero denominator * 87c7096: playback: Make sure to check for empty/any caps before getting the first structure * add1c1f: parsebin: Remove pointless casts * 2a437f9: exiftag: Ignore invalid fractions with numerator/denominator G_MININT * 9949c53: audio-resampler-neon: read array operand by hand * d33fc55: subparse: Replace a `g_strv_length()` in a loop header with more efficient code * a41cbb4: subparse: Replace regex string matching / replacing with plain C string parsing * 3a81eb4: subparse: Fix handling of closing of multi-byte tags * 12fc1ed: subparse: Avoid NULL-pointer dereferences in mdvdsub parsing code * 7617d9e: typefind: Avoid signed 32 bit integer overflow when parsing AV1 LEB128 values * b86af52: typefind: Use a byte reader for parsing AV1 bitstreams * d9c7e28: typefind: Allow G_MAXUINT32 as LEB128 encoded value when parsing AV1 bitstreams * 1f78c53: typefind: Remove dead code in AV1 LEB128 parser * 66044db: exiftag: Use g_malloc() instead of malloc() * aeef929: exiftag: Add missing bounds check and integer overflow protections in various places * e47f697: exiftag: Parse sensitivity value with the correct number of bits and endianness * 7f6db3d: subparse: Fix integer overflow when calculating qttext timestamp * 5e78c44: audio-resampler-neon: read array operand by hand, part 2 * 43421c2: Release 1.28.2 Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> --- ...ugins-base_1.28.0.bb => gstreamer1.0-plugins-base_1.28.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-base_1.28.0.bb => gstreamer1.0-plugins-base_1.28.2.bb} (98%)