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-03-12 16:22:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-good (Old) and /work/SRC/openSUSE:Factory/.gstreamer-plugins-good.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gstreamer-plugins-good" Sun Mar 12 16:22:26 2023 rev:89 rq:1070787 version:1.22.1 Changes: -------- --- /work/SRC/openSUSE:Factory/gstreamer-plugins-good/gstreamer-plugins-good.changes 2023-02-17 16:43:54.038489467 +0100 +++ /work/SRC/openSUSE:Factory/.gstreamer-plugins-good.new.31432/gstreamer-plugins-good.changes 2023-03-12 16:22:30.248304538 +0100 @@ -1,0 +2,23 @@ +Thu Mar 9 17:55:59 UTC 2023 - Bjørn Lie <bjorn....@gmail.com> + +- Update to version 1.22.1: + + adaptivedemux2: Fix buffering threshold initialization + + dashdemux2: the seek operation takes a log time to finish for + some streams + + glvideomixer: Keep a reference to the underlying pad + + qtdemux: + - Don't emit GstSegment correcting start time when in MSE mode + - Handle moov atom length=0 case by reading until the end + + qtdemux, qtmux: Drop av1C version 0 parsing and implement + version 1 parsing/writing + + qtmux: Fix assertion on caps update + + redenc: fix setting of extension ID for twcc + + rtpssrcdemux: set different stream-id on each src pad + + rtspsrc: Use the correct vfunc for the push-backchannel-sample + action signal + + udpsrc: GstSocketTimestampMessage only for SCM_TIMESTAMPNS + + v4l2h264dec: Fix Raspberry Pi4 will not play video in + application +- Rebase patch with quilt. + +------------------------------------------------------------------- Old: ---- gst-plugins-good-1.22.0.tar.xz New: ---- gst-plugins-good-1.22.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gstreamer-plugins-good.spec ++++++ --- /var/tmp/diff_new_pack.7lyQ4A/_old 2023-03-12 16:22:30.796306951 +0100 +++ /var/tmp/diff_new_pack.7lyQ4A/_new 2023-03-12 16:22:30.800306969 +0100 @@ -26,7 +26,7 @@ %define gst_branch 1.0 Name: gstreamer-plugins-good -Version: 1.22.0 +Version: 1.22.1 Release: 0 Summary: GStreamer Streaming-Media Framework Plug-Ins License: LGPL-2.1-or-later ++++++ gst-plugins-good-1.22.0.tar.xz -> gst-plugins-good-1.22.1.tar.xz ++++++ ++++ 2746 lines of diff (skipped) ++++++ reduce-required-meson.patch ++++++ --- /var/tmp/diff_new_pack.7lyQ4A/_old 2023-03-12 16:22:31.796311355 +0100 +++ /var/tmp/diff_new_pack.7lyQ4A/_new 2023-03-12 16:22:31.800311372 +0100 @@ -1,10 +1,10 @@ -Index: gst-plugins-good-1.22.0/meson.build +Index: gst-plugins-good-1.22.1/meson.build =================================================================== ---- gst-plugins-good-1.22.0.orig/meson.build -+++ gst-plugins-good-1.22.0/meson.build +--- gst-plugins-good-1.22.1.orig/meson.build ++++ gst-plugins-good-1.22.1/meson.build @@ -1,6 +1,6 @@ project('gst-plugins-good', 'c', - version : '1.22.0', + version : '1.22.1', - meson_version : '>= 0.62', + meson_version : '>= 0.61', default_options : [ 'warning_level=1',