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-05-28 19:21:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-bad (Old)
and /work/SRC/openSUSE:Factory/.gstreamer-plugins-bad.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gstreamer-plugins-bad"
Sun May 28 19:21:30 2023 rev:146 rq:1089223 version:1.22.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/gstreamer-plugins-bad/gstreamer-plugins-bad.changes
2023-05-24 20:22:18.044157471 +0200
+++
/work/SRC/openSUSE:Factory/.gstreamer-plugins-bad.new.1533/gstreamer-plugins-bad.changes
2023-05-28 19:21:39.620539954 +0200
@@ -1,0 +2,48 @@
+Wed May 24 14:43:34 UTC 2023 - Bjørn Lie <[email protected]>
+
+- Update to version 1.22.3:
+ + a2dpsink: Fails many tests in Bluetooth SIG Certification.
+ + avdtputil: Use int instead of int range for fixed bitpool
+ values.
+ + ccconverter:
+ - reintroduce frame count reset on cycle completion
+ - integer overflow & crashing
+ + codectimestamper: remove PC file generation from plugin's own
+ meson.build.
+ + cudamemory: Fix for semi planar YUV memory size decision.
+ + d3d11compositor:
+ - Reconfigure resource only when output caps is changed.
+ - Skip zero alpha input.
+ + d3d11convert: Fix for runtime property update.
+ + d3d11memory: Don't clear wrapped texture memory.
+ + d3d11videosink:
+ - Fix for ignored initial render rectangle.
+ - Fix race condition in window unprepare.
+ - Enhancement for initial window size decision.
+ - Don't clear prepared buffer on unlock_stop().
+ + dashdemux: mpdclient: fix divide by 0 if segment has no
+ duration.
+ + dtlstransport: Keep strong ref of dtls encoder/decoder.
+ + GstPlay:
+ - Avoid getting property of playbin2 if subtitle_sid is null.
+ - Fix critical log when using playbin3.
+ + h264decoder: Drop nonexisting picture silently without error.
+ + dtmf: element classification improvements.
+ + mfvideoenc: Allow only even resolution numbers.
+ + sctpenc:
+ - Fix potential shutdown deadlock.
+ - Fix "srtp-key" check.
+ + tests: disable dtls test if openssl is not present.
+ + tsdemux: Set number of channels to 2 for dual mono Opus.
+ + va: Various fixes for defects found with MSVC.
+ + wasapi2: Allows process loopback capture on Windows 10.
+ + webrtcdatachannel: Bind to parent webrtcbin using a weak
+ reference.
+ + webrtcbin: Fix potential deadlock when closing before any data
+ was sent.
+ + webrtc:
+ - Plug leaks of resolved ICE addresses.
+ - Do not tear down data channel before data is flushed.
+- Rebase reduce-required-meson.patch.
+
+-------------------------------------------------------------------
Old:
----
gst-plugins-bad-1.22.2.tar.xz
New:
----
gst-plugins-bad-1.22.3.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gstreamer-plugins-bad.spec ++++++
--- /var/tmp/diff_new_pack.udKkaX/_old 2023-05-28 19:21:40.800546975 +0200
+++ /var/tmp/diff_new_pack.udKkaX/_new 2023-05-28 19:21:40.808547023 +0200
@@ -71,7 +71,7 @@
%endif
Name: gstreamer-plugins-bad
-Version: 1.22.2
+Version: 1.22.3
Release: 0
Summary: GStreamer Streaming-Media Framework Plug-Ins
License: LGPL-2.1-or-later
++++++ gst-plugins-bad-1.22.2.tar.xz -> gst-plugins-bad-1.22.3.tar.xz ++++++
++++ 2705 lines of diff (skipped)
++++++ reduce-required-meson.patch ++++++
--- /var/tmp/diff_new_pack.udKkaX/_old 2023-05-28 19:21:42.328556069 +0200
+++ /var/tmp/diff_new_pack.udKkaX/_new 2023-05-28 19:21:42.332556092 +0200
@@ -1,10 +1,10 @@
-Index: gst-plugins-bad-1.22.1/meson.build
+Index: gst-plugins-bad-1.22.3/meson.build
===================================================================
---- gst-plugins-bad-1.22.2.orig/meson.build
-+++ gst-plugins-bad-1.22.2/meson.build
+--- gst-plugins-bad-1.22.3.orig/meson.build
++++ gst-plugins-bad-1.22.3/meson.build
@@ -1,6 +1,6 @@
project('gst-plugins-bad', 'c', 'cpp',
- version : '1.22.2',
+ version : '1.22.3',
- meson_version : '>= 0.62',
+ meson_version : '>= 0.61',
default_options : [ 'warning_level=1',