Accepting request 1126808 from multimedia:libs

OBS-URL: https://build.opensuse.org/request/show/1126808
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gstreamer?expand=0&rev=91
This commit is contained in:
Ana Guerrero 2023-11-17 19:48:21 +00:00 committed by Git OBS Bridge
commit e4a5688913
5 changed files with 32 additions and 8 deletions

View File

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

3
gstreamer-1.22.7.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:01e42c6352a06bdfa4456e64b06ab7d98c5c487a25557c761554631cbda64217
size 1794384

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Wed Nov 15 09:24:45 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>
- Update to version 1.22.7:
+ Highlighted bugfixes:
- Security fixes for the MXF demuxer and AV1 codec parser
- glfilter: Memory leak fix for OpenGL filter elements
- d3d11videosink: Fix toggling between fullscreen and maximized, and window switching in fullscreen mode
- DASH / HLS adaptive streaming fixes
- Decklink card device provider device name string handling fixes
- interaudiosrc: handle non-interleaved audio properly
- openh264: Fail gracefully if openh264 encoder/decoder creation fails
- rtspsrc: improved whitespace handling in response headers by certain cameras
- v4l2codecs: avoid wrap-around after 1000000 frames; tiled formats handling fixes
- video-scaler, audio-resampler: downgraded "Can't find exact taps" debug log messages
- wasapi2: Don't use global volume control object
- Rust plugins: various improvements in aws, fmp4mux, hlssink3, livesync, ndisrc, rtpav1depay, rsfilesink, s3sink, sccparse
- WebRTC: various webrtchttp, webrtcsrc, and webrtcsink improvements and fixes
- Cerbero build tools: recognise Windows 11; restrict parallelism of gst-plugins-rs build on small systems
- Packages: ca-certificates update; fix gio module loading and TLS support on macOS
+ gstreamer:
- debugutils: provide gst_debug_bin_to_dot_data() implementation even if debug system is disabled
- Rebase reduce-required-meson.patch
-------------------------------------------------------------------
Fri Sep 22 11:31:22 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -19,7 +19,7 @@
%define gst_branch 1.0
Name: gstreamer
Version: 1.22.6
Version: 1.22.7
Release: 0
Summary: Streaming-Media Framework Runtime
License: LGPL-2.1-or-later

View File

@ -1,10 +1,10 @@
Index: gstreamer-1.22.5/meson.build
Index: gstreamer-1.22.7/meson.build
===================================================================
--- gstreamer-1.22.6.orig/meson.build
+++ gstreamer-1.22.6/meson.build
--- gstreamer-1.22.7.orig/meson.build
+++ gstreamer-1.22.7/meson.build
@@ -1,6 +1,6 @@
project('gstreamer', 'c',
version : '1.22.6',
version : '1.22.7',
- meson_version : '>= 0.62',
+ meson_version : '>= 0.61',
default_options : [ 'warning_level=1',