Accepting request 1235936 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1235936 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gstreamer-plugins-base?expand=0&rev=113
This commit is contained in:
commit
338dc6c79c
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>
|
||||||
|
|
||||||
@ -22,7 +44,8 @@ Mon Dec 9 11:53:41 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
|||||||
- meson: Don't use libdrm_dep in cc.has_header().
|
- meson: Don't use libdrm_dep in cc.has_header().
|
||||||
+ oggstream: fix invalid ogg_packet->packet accesses, address
|
+ oggstream: fix invalid ogg_packet->packet accesses, address
|
||||||
invalid writes CVE (boo#1234456 CVE-2024-47615).
|
invalid writes CVE (boo#1234456 CVE-2024-47615).
|
||||||
+ opusdec: Set at most 64 channels to NONE position.
|
+ opusdec: Set at most 64 channels to NONE position (boo#1234455
|
||||||
|
CVE-2024-47607).
|
||||||
+ playbin: Fix caps leak in get_n_common_capsfeatures().
|
+ playbin: Fix caps leak in get_n_common_capsfeatures().
|
||||||
+ playbin3: ERROR when setting new HLS URI with instant-uri=true.
|
+ playbin3: ERROR when setting new HLS URI with instant-uri=true.
|
||||||
+ sdp: Add debug categories for message and mikey modules.
|
+ sdp: Add debug categories for message and mikey modules.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gstreamer-plugins-base
|
# spec file for package gstreamer-plugins-base
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -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