- 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:
parent
3d8062a7f9
commit
e26beeb06f
BIN
gst-plugins-base-1.24.10.tar.xz
(Stored with Git LFS)
BIN
gst-plugins-base-1.24.10.tar.xz
(Stored with Git LFS)
Binary file not shown.
3
gst-plugins-base-1.24.11.tar.xz
Normal file
3
gst-plugins-base-1.24.11.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:98572c1f8b710e52673e250cd96e4f2660d79bd66aa172c5dde5f690c1231e1d
|
||||||
|
size 2455952
|
@ -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>
|
Mon Dec 9 11:53:41 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
%define gst_branch 1.0
|
%define gst_branch 1.0
|
||||||
%define gstreamer_req_version %(echo %{version} | sed -e "s/+.*//")
|
%define gstreamer_req_version %(echo %{version} | sed -e "s/+.*//")
|
||||||
Name: gstreamer-plugins-base
|
Name: gstreamer-plugins-base
|
||||||
Version: 1.24.10
|
Version: 1.24.11
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: GStreamer Streaming-Media Framework Plug-Ins
|
Summary: GStreamer Streaming-Media Framework Plug-Ins
|
||||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user