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-09-29 21:12:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-bad (Old) and /work/SRC/openSUSE:Factory/.gstreamer-plugins-bad.new.28202 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "gstreamer-plugins-bad" Fri Sep 29 21:12:59 2023 rev:151 rq:1113996 version:1.22.6 Changes: -------- --- /work/SRC/openSUSE:Factory/gstreamer-plugins-bad/gstreamer-plugins-bad.changes 2023-09-21 22:13:21.175753346 +0200 +++ /work/SRC/openSUSE:Factory/.gstreamer-plugins-bad.new.28202/gstreamer-plugins-bad.changes 2023-09-29 21:13:36.233813691 +0200 @@ -1,0 +2,29 @@ +Fri Sep 22 11:44:13 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com> + +- Update to version 1.22.6: + + audiolatency: Forward latency query and event upstream + + av1parser: Fix segmentation params update + + codecparsers: Fix MPEG-1 aspect ratio table + + d3d11convert: Passthrough allocation query on same caps + + h264decoder: Update latency dynamically + + h265parser: + - Allow partially broken hvcC data + - Fix possible overflow using max_sub_layers_minus1 + + hlssink2: Always use forward slash separator + + mdns: Fix a crash on context error + + mxfdemux: Fix integer overflow causing out of bounds writes + when handling invalid uncompressed video and check channels for + AES3 + + nvencoder: Fix negotiation error when interlace-mode is + unspecified + + rtmp2: Allow NULL flash version, omitting the field + + rtmp2sink: fix crash if message conversion failed + + transcodebin: Fixes for upstream selectable support + + va: Fix in error logs functions mismatches + + waylandsink: + - Crop surfaces to their display width height + - Fix cropping for video with non-square aspect ratio + + webrtc: Fix docs for create-data-channel action signal +- Rebase reduce-required-meson.patch + +------------------------------------------------------------------- Old: ---- gst-plugins-bad-1.22.5.tar.xz New: ---- gst-plugins-bad-1.22.6.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gstreamer-plugins-bad.spec ++++++ --- /var/tmp/diff_new_pack.XVG6kR/_old 2023-09-29 21:13:37.613863481 +0200 +++ /var/tmp/diff_new_pack.XVG6kR/_new 2023-09-29 21:13:37.613863481 +0200 @@ -73,7 +73,7 @@ %endif Name: gstreamer-plugins-bad -Version: 1.22.5 +Version: 1.22.6 Release: 0 Summary: GStreamer Streaming-Media Framework Plug-Ins License: LGPL-2.1-or-later ++++++ gst-plugins-bad-1.22.5.tar.xz -> gst-plugins-bad-1.22.6.tar.xz ++++++ ++++ 1837 lines of diff (skipped) ++++++ reduce-required-meson.patch ++++++ --- /var/tmp/diff_new_pack.XVG6kR/_old 2023-09-29 21:13:39.097917026 +0200 +++ /var/tmp/diff_new_pack.XVG6kR/_new 2023-09-29 21:13:39.097917026 +0200 @@ -1,10 +1,10 @@ -Index: gst-plugins-bad-1.22.5/meson.build +Index: gst-plugins-bad-1.22.6/meson.build =================================================================== ---- gst-plugins-bad-1.22.5.orig/meson.build -+++ gst-plugins-bad-1.22.5/meson.build +--- gst-plugins-bad-1.22.6.orig/meson.build ++++ gst-plugins-bad-1.22.6/meson.build @@ -1,6 +1,6 @@ project('gst-plugins-bad', 'c', 'cpp', - version : '1.22.5', + version : '1.22.6', - meson_version : '>= 0.62', + meson_version : '>= 0.61', default_options : [ 'warning_level=1',