Accepting request 1229736 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1229736 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gstreamer-plugins-base?expand=0&rev=110
This commit is contained in:
commit
1498439645
BIN
gst-plugins-base-1.24.10.tar.xz
(Stored with Git LFS)
Normal file
BIN
gst-plugins-base-1.24.10.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5bb3b946907d3ce04dd842b610c8111c2b0611351b25a1fa22af5efa897857cb
|
||||
size 2446392
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 9 11:53:41 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 1.24.10:
|
||||
+ appsink: fix timeout logic for gst_app_sink_try_pull_sample().
|
||||
+ appsrc: Fix use-after-free when making buffer / buffer-lists
|
||||
writable.
|
||||
+ audiostreamalign: Don't report disconts for every buffer if
|
||||
alignment-threshold is too small.
|
||||
+ decodebin3: Unify collection switching checks.
|
||||
+ discoverer:
|
||||
- Don't print channel layout for more than 64 channels.
|
||||
- Make sure the missing elements details array is
|
||||
NULL-terminated in a thread-safe way.
|
||||
- Fix segfault in race condition adding a new uri.
|
||||
+ id3v2: Don't try parsing extended header if not enough data is
|
||||
available.
|
||||
+ glupload: dmabuf: Fix emulated tiled import.
|
||||
+ gl:
|
||||
- cocoa: fix rendering artifacts in retina displays.
|
||||
- meson: Don't use libdrm_dep in cc.has_header().
|
||||
+ oggstream: fix invalid ogg_packet->packet accesses, address
|
||||
invalid writes CVE.
|
||||
+ opusdec: Set at most 64 channels to NONE position.
|
||||
+ playbin: Fix caps leak in get_n_common_capsfeatures().
|
||||
+ playbin3: ERROR when setting new HLS URI with instant-uri=true.
|
||||
+ sdp: Add debug categories for message and mikey modules.
|
||||
+ ssaparse: Search for closing brace after opening brace.
|
||||
+ splitmuxsrc: Convert part reader to a bin with a non-async bus.
|
||||
+ subparse: Check for NULL return of strchr() when parsing LRC
|
||||
subtitles.
|
||||
+ streamsynchronizer: Only send GAP events out of source pads.
|
||||
+ urisourcebin: Also use event probe for HLS use-cases.
|
||||
+ video-converter: Set TIME segment format on appsrc.
|
||||
+ vorbisdec: Set at most 64 channels to NONE position.
|
||||
+ Translation for gst-plugins-base 1.24.0 not sync-ed with
|
||||
Translation Project.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 5 09:39:07 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -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.9
|
||||
Version: 1.24.10
|
||||
Release: 0
|
||||
Summary: GStreamer Streaming-Media Framework Plug-Ins
|
||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user