Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package gstreamer-plugins-bad for
openSUSE:Factory checked in at 2023-04-15 22:32:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-bad (Old)
and /work/SRC/openSUSE:Factory/.gstreamer-plugins-bad.new.19717 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gstreamer-plugins-bad"
Sat Apr 15 22:32:13 2023 rev:142 rq:1079382 version:1.22.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/gstreamer-plugins-bad/gstreamer-plugins-bad.changes
2023-04-07 18:16:27.056588505 +0200
+++
/work/SRC/openSUSE:Factory/.gstreamer-plugins-bad.new.19717/gstreamer-plugins-bad.changes
2023-04-15 22:32:17.305240673 +0200
@@ -1,0 +2,41 @@
+Wed Apr 12 12:21:32 UTC 2023 - Bjørn Lie <[email protected]>
+
+- Update to version 1.22.2:
+ + cea708overlay: fix HCR interpretation
+ + d3d11bufferpool: Fix invalid access in debug print loop
+ + d3d11compositor: Fix composition error on release_pad()
+ + d3d11converter: Fix conversion backend selection
+ + d3d11videosink: Fix tearing in case of fullscreen mode
+ + d3d11window: fix memory leak
+ + debugqroverlay: fix string leak
+ + decklinkaudiosink: Fix playback when video caps is configured
+ before audio
+ + decklink: fix 10 bit RGB (r210) format auto detection
+ + decklinkvideosrc:
+ - RGB 4:4:4 doesn't work after GStreamer upgrade (regression)
+ - unable to show HDMI stream that Blackmagic's Media Express is
+ able to see
+ + gtkwaylandsink:
+ - Destroy GstWlWindow when parent GtkWindow is destroyed
+ - Fix crash when rendering after the window is closed
+ + h264decoder: Fix DPB bumping process
+ + h264decoder, h265decoder: Latency reporting related fixes
+ + h264parse: Validate VUI framerate
+ + jpegparse: reset parse state when the SOI is not the first
+ marker
+ + ksvideo, directshow: Fix reference leaks in device providers
+ + nvencoder: Fix CQP option setting
+ + nvh264encoder: Fix template caps to include progressive mode as
+ well
+ + openjpegdec: allow multithread decoding only in subframe mode
+ + tsdemux: Fix reading of extended Opus channel configuration
+ + vulkan: fix validation layer issues
+ + vulkanoverlaycompositor: fix potential use after free
+ + vulkanswapper: correctly handle force-aspect-ratio=false
+ + wasapi2: Fix potential crash on device activation failure
+ + webrtc: Fix segfault traversing ice transports
+ + webrtc: patch leak caused by early return
+ + zxing: add support for zxing-c++ 2.0
+- Rebase reduce-required-meson.patch.
+
+-------------------------------------------------------------------
Old:
----
gst-plugins-bad-1.22.1.tar.xz
New:
----
gst-plugins-bad-1.22.2.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gstreamer-plugins-bad.spec ++++++
--- /var/tmp/diff_new_pack.EpGt82/_old 2023-04-15 22:32:18.457247320 +0200
+++ /var/tmp/diff_new_pack.EpGt82/_new 2023-04-15 22:32:18.461247342 +0200
@@ -68,7 +68,7 @@
%endif
Name: gstreamer-plugins-bad
-Version: 1.22.1
+Version: 1.22.2
Release: 0
Summary: GStreamer Streaming-Media Framework Plug-Ins
License: LGPL-2.1-or-later
++++++ gst-plugins-bad-1.22.1.tar.xz -> gst-plugins-bad-1.22.2.tar.xz ++++++
++++ 2301 lines of diff (skipped)
++++++ reduce-required-meson.patch ++++++
--- /var/tmp/diff_new_pack.EpGt82/_old 2023-04-15 22:32:20.429258697 +0200
+++ /var/tmp/diff_new_pack.EpGt82/_new 2023-04-15 22:32:20.433258720 +0200
@@ -1,10 +1,10 @@
Index: gst-plugins-bad-1.22.1/meson.build
===================================================================
---- gst-plugins-bad-1.22.1.orig/meson.build
-+++ gst-plugins-bad-1.22.1/meson.build
+--- gst-plugins-bad-1.22.2.orig/meson.build
++++ gst-plugins-bad-1.22.2/meson.build
@@ -1,6 +1,6 @@
project('gst-plugins-bad', 'c', 'cpp',
- version : '1.22.1',
+ version : '1.22.2',
- meson_version : '>= 0.62',
+ meson_version : '>= 0.61',
default_options : [ 'warning_level=1',