From 952668fa51428db5229577847bce2f7819209236e8ccd0d3244f462dd32a1dce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Wed, 8 Jan 2025 12:40:46 +0000 Subject: [PATCH] - Update to version 1.24.11: + Highlighted bugfixes: - playback: Fix SSA/ASS subtitles with embedded fonts - decklink: add missing video modes and fix 8K video modes - matroskamux: spec compliance fixes for audio-only files - onnx: disable onnxruntime telemetry - qtdemux: Fix base offset update when doing segment seeks - srtpdec: Fix a use-after-free issue - (uri)decodebin3: Fix stream change scenarios, possible deadlock on shutdown - video: fix missing alpha flag in AV12 format description - avcodecmap: Add some more channel position mappings - cerbero bootstrap fixes for Windows 11 - Various bug fixes, build fixes, memory leak fixes, and other stability and reliability improvements + gstreamer: - No changes. OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer?expand=0&rev=238 --- gstreamer-1.24.10.tar.xz | 3 --- gstreamer-1.24.11.tar.xz | 3 +++ gstreamer.changes | 21 +++++++++++++++++++++ gstreamer.spec | 4 ++-- 4 files changed, 26 insertions(+), 5 deletions(-) delete mode 100644 gstreamer-1.24.10.tar.xz create mode 100644 gstreamer-1.24.11.tar.xz diff --git a/gstreamer-1.24.10.tar.xz b/gstreamer-1.24.10.tar.xz deleted file mode 100644 index a4fb5d0..0000000 --- a/gstreamer-1.24.10.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9fc45b1a332e8f812f09e95c281cd75969f6d1682d062a815db0e7bc047518fd -size 1870200 diff --git a/gstreamer-1.24.11.tar.xz b/gstreamer-1.24.11.tar.xz new file mode 100644 index 0000000..8d89b3b --- /dev/null +++ b/gstreamer-1.24.11.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:093a379602a250d5cd33b88e723757c80198317efde33893edf3c87b6e53b907 +size 1870996 diff --git a/gstreamer.changes b/gstreamer.changes index 39311cc..198da0b 100644 --- a/gstreamer.changes +++ b/gstreamer.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Tue Jan 7 21:37:06 UTC 2025 - Bjørn Lie + +- Update to version 1.24.11: + + Highlighted bugfixes: + - playback: Fix SSA/ASS subtitles with embedded fonts + - decklink: add missing video modes and fix 8K video modes + - matroskamux: spec compliance fixes for audio-only files + - onnx: disable onnxruntime telemetry + - qtdemux: Fix base offset update when doing segment seeks + - srtpdec: Fix a use-after-free issue + - (uri)decodebin3: Fix stream change scenarios, possible + deadlock on shutdown + - video: fix missing alpha flag in AV12 format description + - avcodecmap: Add some more channel position mappings + - cerbero bootstrap fixes for Windows 11 + - Various bug fixes, build fixes, memory leak fixes, and other + stability and reliability improvements + + gstreamer: + - No changes. + ------------------------------------------------------------------- Mon Dec 9 11:49:13 UTC 2024 - Bjørn Lie diff --git a/gstreamer.spec b/gstreamer.spec index 809f4cd..e2cc834 100644 --- a/gstreamer.spec +++ b/gstreamer.spec @@ -1,7 +1,7 @@ # # spec file for package gstreamer # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define gst_branch 1.0 Name: gstreamer -Version: 1.24.10 +Version: 1.24.11 Release: 0 Summary: Streaming-Media Framework Runtime License: LGPL-2.1-or-later