Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gstreamer-plugins-good for openSUSE:Factory checked in at 2023-05-28 19:21:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-good (Old) and /work/SRC/openSUSE:Factory/.gstreamer-plugins-good.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gstreamer-plugins-good" Sun May 28 19:21:32 2023 rev:92 rq:1089225 version:1.22.3 Changes: -------- --- /work/SRC/openSUSE:Factory/gstreamer-plugins-good/gstreamer-plugins-good.changes 2023-04-15 22:32:13.553219025 +0200 +++ /work/SRC/openSUSE:Factory/.gstreamer-plugins-good.new.1533/gstreamer-plugins-good.changes 2023-05-28 19:21:42.588557616 +0200 @@ -1,0 +2,32 @@ +Wed May 24 14:28:12 UTC 2023 - Bjørn Lie <bjorn....@gmail.com> + +- Update to version 1.22.3: + + adaptivedemux2: fix critical when using an unsupported URI. + + dashdemux2: mpdclient: fix divide by 0 if segment has no + duration. + + imagesequencesrc: Properly set default location. + + multifile: error out if no filename was set. + + osxvideosink: fix deadlock upon closing output window. + + rtpmanager: rtpsession: + - Data race leading to critical warnings. + - Race conditions leading to critical warnings. + + rtspsrc: Fix handling of * control path. + + splitmuxsink: Catch invalid DTS to avoid running into problems + later. + + splitmuxsrc: Make PTS contiguous by preference. + + qtdemux: emit no-more-pads after pruning old pads. + + Revert "qtdemux: fix conditions for end of segment in reverse + playback" to fix edit list regression. + + qtdemux: Fix av1C parsing. + + qtmux: Fix extraction of CEA608 data from S334-1A packets. + + qtwindow: unref caps in destructor. + + v4l2: + - device provider: Fix GMainLoop leak. + - videodec: Rework dynamic resolution change handling. + - videodec: Prefer acquired caps over anything downstream. + + videoflip: + - Fix setting of method property at construction time. + - Videoflip 1.22.2 not rotating video when extracting frames. +- Rebase reduce-required-meson.patch. + +------------------------------------------------------------------- Old: ---- gst-plugins-good-1.22.2.tar.xz New: ---- gst-plugins-good-1.22.3.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gstreamer-plugins-good.spec ++++++ --- /var/tmp/diff_new_pack.vQqxSb/_old 2023-05-28 19:21:43.072560497 +0200 +++ /var/tmp/diff_new_pack.vQqxSb/_new 2023-05-28 19:21:43.080560544 +0200 @@ -26,7 +26,7 @@ %define gst_branch 1.0 Name: gstreamer-plugins-good -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-good-1.22.2.tar.xz -> gst-plugins-good-1.22.3.tar.xz ++++++ ++++ 3121 lines of diff (skipped) ++++++ reduce-required-meson.patch ++++++ --- /var/tmp/diff_new_pack.vQqxSb/_old 2023-05-28 19:21:43.888565353 +0200 +++ /var/tmp/diff_new_pack.vQqxSb/_new 2023-05-28 19:21:43.892565377 +0200 @@ -1,10 +1,10 @@ -Index: gst-plugins-good-1.22.2/meson.build +Index: gst-plugins-good-1.22.3/meson.build =================================================================== ---- gst-plugins-good-1.22.2.orig/meson.build -+++ gst-plugins-good-1.22.2/meson.build +--- gst-plugins-good-1.22.3.orig/meson.build ++++ gst-plugins-good-1.22.3/meson.build @@ -1,6 +1,6 @@ project('gst-plugins-good', 'c', - version : '1.22.2', + version : '1.22.3', - meson_version : '>= 0.62', + meson_version : '>= 0.61', default_options : [ 'warning_level=1',