Accepting request 1045075 from home:iznogood:branches:multimedia:libs
- Update to version 1.20.5: + audioconvert, audioresample, audiofilter: fix divide by 0 for input buffer without caps + cdparanoia: Ignore compiler warning coming from the cdparanoia header + oggdemux, parsebin: More leak fixes + opengl: - Fix automatic dispmanx detection for rpi4 - Fix usage of eglCreate/DestroyImage - Fix static linking on macOS + Bump core requirement in 1.20 branch to 1.20.4 + oggdemux: Don't leak incoming EOS event + opusdec: Various channel-related fixes + subparse: Fix non-closed tag handling. + textrender: - Don't blindly forward all events and don't blindly forward all events - Negotiate caps on a GAP event if none were negotiated yet + timeoverlay: fix pad leak + videodecoder: Only post latency message if it changed + videoscale: buffer meta handling fixes (NULL-terminate array of valid meta tags) + videosink: Don't return unknown end-time from get_times() OBS-URL: https://build.opensuse.org/request/show/1045075 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=187
This commit is contained in:
parent
5e9b977bbb
commit
e5a4e7f5cb
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8d181b7abe4caf23ee9f9ec5b4d3e232640452464e39495bfffb6d776fc97225
|
||||
size 3307224
|
3
gst-plugins-base-1.20.5.tar.xz
Normal file
3
gst-plugins-base-1.20.5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:11f911ef65f3095d7cf698a1ad1fc5242ac3ad6c9270465fb5c9e7f4f9c19b35
|
||||
size 3312340
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 23 18:59:40 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 1.20.5:
|
||||
+ audioconvert, audioresample, audiofilter: fix divide by 0 for
|
||||
input buffer without caps
|
||||
+ cdparanoia: Ignore compiler warning coming from the cdparanoia
|
||||
header
|
||||
+ oggdemux, parsebin: More leak fixes
|
||||
+ opengl:
|
||||
- Fix automatic dispmanx detection for rpi4
|
||||
- Fix usage of eglCreate/DestroyImage
|
||||
- Fix static linking on macOS
|
||||
+ Bump core requirement in 1.20 branch to 1.20.4
|
||||
+ oggdemux: Don't leak incoming EOS event
|
||||
+ opusdec: Various channel-related fixes
|
||||
+ subparse: Fix non-closed tag handling.
|
||||
+ textrender:
|
||||
- Don't blindly forward all events and don't blindly forward
|
||||
all events
|
||||
- Negotiate caps on a GAP event if none were negotiated yet
|
||||
+ timeoverlay: fix pad leak
|
||||
+ videodecoder: Only post latency message if it changed
|
||||
+ videoscale: buffer meta handling fixes (NULL-terminate array of
|
||||
valid meta tags)
|
||||
+ videosink: Don't return unknown end-time from get_times()
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 21 21:22:08 UTC 2022 - 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.20.4
|
||||
Version: 1.20.5
|
||||
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