Accepting request 1113993 from multimedia:libs

OBS-URL: https://build.opensuse.org/request/show/1113993
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gstreamer?expand=0&rev=90
This commit is contained in:
Ana Guerrero 2023-09-29 19:12:56 +00:00 committed by Git OBS Bridge
commit 3a994e8542
5 changed files with 39 additions and 7 deletions

BIN
gstreamer-1.22.5.tar.xz (Stored with Git LFS)

Binary file not shown.

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

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

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Fri Sep 22 11:31:22 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.22.6:
+ Highlighted bugfixes:
- Security fixes for the MXF demuxer and H.265 video parser
- Fix latency regression in H.264 hardware decoder base class
- androidmedia: fix HEVC codec profile registration and fix
coded_data handling
- decodebin3: fix switching from a raw stream to an encoded
stream
- gst-inspect: prettier and more correct signal and action
signals printing
- rtmp2: Allow NULL flash version, omitting the field, for
better RTMP server compatibility
- rtspsrc: better compatibility with buggy RTSP servers that
don't set a clock-rate
- rtpjitterbuffer: fix integer overflow that led to more
packets being declared lost than have been lost
- v4l2: fix video encoding regression on RPi and fix support
for left and top padding
- waylandsink: Crop surfaces to their display width height
- cerbero: Recognise Manjaro; add Rust support for MSVC ARM64;
cmake detection fixes
- Various bug fixes, memory leak fixes, and other stability and
reliability improvements
+ gstreamer:
- gst-inspect: prettier and more correct signal printing, and
print action signals in g_signal_emit_by_name() format
- gst-launch: Disable fault signal handlers on macOS
- Rebase reduce-required-meson.patch
-------------------------------------------------------------------
Tue Jul 25 11:02:08 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.5
Version: 1.22.6
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
===================================================================
--- gstreamer-1.22.5.orig/meson.build
+++ gstreamer-1.22.5/meson.build
--- gstreamer-1.22.6.orig/meson.build
+++ gstreamer-1.22.6/meson.build
@@ -1,6 +1,6 @@
project('gstreamer', 'c',
version : '1.22.5',
version : '1.22.6',
- meson_version : '>= 0.62',
+ meson_version : '>= 0.61',
default_options : [ 'warning_level=1',