diff mbox series

[meta-oe,15/18] gst-editing-services: upgrade 1.22.12 -> 1.28.4

Message ID 20260729024420.2328180-15-khem.raj@oss.qualcomm.com
State New
Headers show
Series [meta-oe,01/18] atop: upgrade 2.12.1 -> 2.13.0 | expand

Commit Message

Khem Raj July 29, 2026, 2:44 a.m. UTC
Version-locked to oe-core's gstreamer1.0 1.28.4; this jump spans the 1.24,
1.26 and 1.28 stable cycles.

Notable GES changes by 1.28:
- GESPipeline manages a shared task pool (auto-sized to the number of
  processors), with apps able to supply their own via context negotiation.
- New thread-safe controller API for control-point access, fixing
  use-after-free issues in the old API.
- The OpenTimelineIO formatter moved to a standalone Python plugin in
  gst-python.
- Framepositioner z-order is now exposed/controllable; new APIs for detecting
  clip layer movement, a GES error domain, and improved timeline error
  reporting.

License-Update: COPYING and COPYING.LIB
(6762ed442b3822387a51c92d928ead0d -> 69333daa044cb77e486cc36129f7a770).
Upstream replaced the stale "GNU LIBRARY General Public License, Version 2"
text with the correct "GNU LESSER General Public License, Version 2.1" file;
the declared LICENSE (GPL-2.0-or-later AND LGPL-2.1-or-later) is unchanged and
is now more accurately matched.

Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
 ...g-services_1.22.12.bb => gst-editing-services_1.28.4.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-oe/recipes-devtools/gst-editing-services/{gst-editing-services_1.22.12.bb => gst-editing-services_1.28.4.bb} (80%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-devtools/gst-editing-services/gst-editing-services_1.22.12.bb b/meta-oe/recipes-devtools/gst-editing-services/gst-editing-services_1.28.4.bb
similarity index 80%
rename from meta-oe/recipes-devtools/gst-editing-services/gst-editing-services_1.22.12.bb
rename to meta-oe/recipes-devtools/gst-editing-services/gst-editing-services_1.28.4.bb
index f0693740f3..505bc739d9 100644
--- a/meta-oe/recipes-devtools/gst-editing-services/gst-editing-services_1.22.12.bb
+++ b/meta-oe/recipes-devtools/gst-editing-services/gst-editing-services_1.28.4.bb
@@ -5,8 +5,8 @@  SUMMARY = "Gstreamer editing services"
 HOMEPAGE = "http://cgit.freedesktop.org/gstreamer/gst-editing-services/"
 
 LICENSE = "GPL-2.0-or-later AND LGPL-2.1-or-later"
-LIC_FILES_CHKSUM = "file://COPYING;md5=6762ed442b3822387a51c92d928ead0d \
-                    file://COPYING.LIB;md5=6762ed442b3822387a51c92d928ead0d"
+LIC_FILES_CHKSUM = "file://COPYING;md5=69333daa044cb77e486cc36129f7a770 \
+                    file://COPYING.LIB;md5=69333daa044cb77e486cc36129f7a770"
 
 DEPENDS = "flex-native gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad python3-pygobject"
 
@@ -18,7 +18,7 @@  inherit meson pkgconfig upstream-version-is-even gobject-introspection features_
 EXTRA_OEMESON = "-Dvalidate=disabled"
 
 SRC_URI = "http://gstreamer.freedesktop.org/src/gst-editing-services/gst-editing-services-${PV}.tar.xz"
-SRC_URI[sha256sum] = "792339135ce713088663cc5d44e0aea8217793e88fabfd11571e7abf4a429f2c"
+SRC_URI[sha256sum] = "6f7eb55e58718dde5b5869f619ed90ebf3b0cfa0376c169c1b83fc773811914a"
 
 PACKAGES += "gst-validate-launcher libges"