- Update to version 1.24.11:

+ appsrc: Decrease log level for item drop
  + gl: raise WARNING instead of ERROR when no connector is
    connected
  + decodebin3: Free main input even if it is not part of the list
    of inputs
  + urisourcebin:
    - Avoid deadlock on shutdown
    - Only rewrite stream-start event once
    - Reference counting leak
  + urisourcebin/(uri)decodebin3: Fix stream change scenarios
  + playbin3: leak detected with A/V playback and window closed
  + videodecoder:
    - Gracefully handle missing data without prior input segment
    - Set decode only flag by decode only buffer
      video: fix AV12 format lacking the
      GST_VIDEO_FORMAT_FLAG_ALPHA flag
  + Fix SSA/ASS subtitles with embedded fonts

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=241
This commit is contained in:
Bjørn Lie 2025-01-08 12:40:59 +00:00 committed by Git OBS Bridge
parent 3d8062a7f9
commit e26beeb06f
4 changed files with 26 additions and 4 deletions

BIN
gst-plugins-base-1.24.10.tar.xz (Stored with Git LFS)

Binary file not shown.

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:98572c1f8b710e52673e250cd96e4f2660d79bd66aa172c5dde5f690c1231e1d
size 2455952

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Tue Jan 7 21:40:25 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.24.11:
+ appsrc: Decrease log level for item drop
+ gl: raise WARNING instead of ERROR when no connector is
connected
+ decodebin3: Free main input even if it is not part of the list
of inputs
+ urisourcebin:
- Avoid deadlock on shutdown
- Only rewrite stream-start event once
- Reference counting leak
+ urisourcebin/(uri)decodebin3: Fix stream change scenarios
+ playbin3: leak detected with A/V playback and window closed
+ videodecoder:
- Gracefully handle missing data without prior input segment
- Set decode only flag by decode only buffer
video: fix AV12 format lacking the
GST_VIDEO_FORMAT_FLAG_ALPHA flag
+ Fix SSA/ASS subtitles with embedded fonts
-------------------------------------------------------------------
Mon Dec 9 11:53:41 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -20,7 +20,7 @@
%define gst_branch 1.0
%define gstreamer_req_version %(echo %{version} | sed -e "s/+.*//")
Name: gstreamer-plugins-base
Version: 1.24.10
Version: 1.24.11
Release: 0
Summary: GStreamer Streaming-Media Framework Plug-Ins
License: GPL-2.0-or-later AND LGPL-2.1-or-later