Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gstreamer-plugins-base for openSUSE:Factory checked in at 2023-03-12 16:22:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-base (Old) and /work/SRC/openSUSE:Factory/.gstreamer-plugins-base.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gstreamer-plugins-base" Sun Mar 12 16:22:25 2023 rev:90 rq:1070785 version:1.22.1 Changes: -------- --- /work/SRC/openSUSE:Factory/gstreamer-plugins-base/gstreamer-plugins-base.changes 2023-02-02 18:25:13.674307402 +0100 +++ /work/SRC/openSUSE:Factory/.gstreamer-plugins-base.new.31432/gstreamer-plugins-base.changes 2023-03-12 16:22:28.516296910 +0100 @@ -1,0 +2,26 @@ +Thu Mar 9 17:12:04 UTC 2023 - Bjørn Lie <bjorn....@gmail.com> + +- Update version to 1.22.1: + + alsasink: Fix stall when going from PLAYING to NULL (stucked at + PAUSED) with uac1 gadget + + appsrc: Don't chain up BaseSrc::negotiate() + + audio: channel-mix: Fix channel count limit to be able to equal + 64 + + gl/cocoa: Return a strong ref to the parent GstGLContext + + gldisplay: + - Mark gst_gl_display_create_context() other_context parameter + as nullable + - Remove unused code + + gstglwindow_x11.c: Fix colormap leak + + gst-play-1.0: Don't force accurate seeking + + rtspconnection: Annotate RTSP message and RTSP events + parameters correctly + + sdp: gstmikey: gst_mikey_message_to_caps: extract ROC from + first crypto session + + sdp, typefind: Fix some annotations + + subparse: Properly forward segment seqnum + + uridecodebin: Set source element to READY before querying it + + uritranscodebin: Fix unref of NULL +- Rebase patches with quilt. + +------------------------------------------------------------------- Old: ---- gst-plugins-base-1.22.0.tar.xz New: ---- gst-plugins-base-1.22.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gstreamer-plugins-base.spec ++++++ --- /var/tmp/diff_new_pack.AMglaH/_old 2023-03-12 16:22:28.980298954 +0100 +++ /var/tmp/diff_new_pack.AMglaH/_new 2023-03-12 16:22:28.984298971 +0100 @@ -20,7 +20,7 @@ %define gst_branch 1.0 %define gstreamer_req_version %(echo %{version} | sed -e "s/+.*//") Name: gstreamer-plugins-base -Version: 1.22.0 +Version: 1.22.1 Release: 0 Summary: GStreamer Streaming-Media Framework Plug-Ins License: GPL-2.0-or-later AND LGPL-2.1-or-later ++++++ gst-plugins-base-1.22.0.tar.xz -> gst-plugins-base-1.22.1.tar.xz ++++++ ++++ 3768 lines of diff (skipped) ++++++ reduce-required-meson.patch ++++++ --- /var/tmp/diff_new_pack.AMglaH/_old 2023-03-12 16:22:29.808302600 +0100 +++ /var/tmp/diff_new_pack.AMglaH/_new 2023-03-12 16:22:29.812302618 +0100 @@ -1,10 +1,10 @@ -Index: gst-plugins-base-1.22.0/meson.build +Index: gst-plugins-base-1.22.1/meson.build =================================================================== ---- gst-plugins-base-1.22.0.orig/meson.build -+++ gst-plugins-base-1.22.0/meson.build +--- gst-plugins-base-1.22.1.orig/meson.build ++++ gst-plugins-base-1.22.1/meson.build @@ -1,6 +1,6 @@ project('gst-plugins-base', 'c', - version : '1.22.0', + version : '1.22.1', - meson_version : '>= 0.62', + meson_version : '>= 0.61', default_options : [ 'warning_level=1',