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-07-27 16:50:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-good (Old)
and /work/SRC/openSUSE:Factory/.gstreamer-plugins-good.new.32662 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gstreamer-plugins-good"
Thu Jul 27 16:50:29 2023 rev:95 rq:1100872 version:1.22.5
Changes:
--------
---
/work/SRC/openSUSE:Factory/gstreamer-plugins-good/gstreamer-plugins-good.changes
2023-07-01 23:17:27.190045192 +0200
+++
/work/SRC/openSUSE:Factory/.gstreamer-plugins-good.new.32662/gstreamer-plugins-good.changes
2023-07-27 16:50:52.157834877 +0200
@@ -1,0 +2,27 @@
+Tue Jul 25 11:10:54 UTC 2023 - Bjørn Lie <[email protected]>
+
+- Update to version 1.22.5:
+ + adaptivedemux2: Fix early seeking
+ + hlsdemux2:
+ - Ensure processed webvtt ends with empty new line
+ - Don't set a referer when updating playlists
+ + matroska: demux: Strip signal byte when encrypted
+ + rtspsrc: Fix crash when is-live=false
+ + gtk: Fix critical caused by pointer movement when stream is
+ getting ready
+ + qt6: Set sampler filtering method, fixes bad quality with
+ qml6glsink and gstqt6d3d11
+ + qtdemux: opus: set entry as sampled
+ + v4l2src: handle resolution change when buffers are copied
+ + v4l2videodec:
+ - Fix handling of initial gaps
+ - correctly register v4l2mpeg2dec
+ - replace custom QUERY_CAPS handling with getcaps callback
+ + videoflip:
+ - update orientation tag in auto mode
+ - fix critical when tag list is not writable
+- Rebase reduce-required-meson.patch.
+- Pass qt-egl=disabled to meson, we are not ready for this feature
+ yet.
+
+-------------------------------------------------------------------
Old:
----
gst-plugins-good-1.22.4.tar.xz
New:
----
gst-plugins-good-1.22.5.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gstreamer-plugins-good.spec ++++++
--- /var/tmp/diff_new_pack.tzMJAm/_old 2023-07-27 16:50:52.749838222 +0200
+++ /var/tmp/diff_new_pack.tzMJAm/_new 2023-07-27 16:50:52.757838266 +0200
@@ -26,7 +26,7 @@
%define gst_branch 1.0
Name: gstreamer-plugins-good
-Version: 1.22.4
+Version: 1.22.5
Release: 0
Summary: GStreamer Streaming-Media Framework Plug-Ins
License: LGPL-2.1-or-later
@@ -182,6 +182,7 @@
-Drpicamsrc=disabled \
-Dv4l2-probe=true \
-Dqt6=disabled \
+ -Dqt-egl=disabled \
%{nil}
%meson_build
++++++ gst-plugins-good-1.22.4.tar.xz -> gst-plugins-good-1.22.5.tar.xz ++++++
++++ 2107 lines of diff (skipped)
++++++ reduce-required-meson.patch ++++++
--- /var/tmp/diff_new_pack.tzMJAm/_old 2023-07-27 16:50:53.817844255 +0200
+++ /var/tmp/diff_new_pack.tzMJAm/_new 2023-07-27 16:50:53.821844278 +0200
@@ -1,10 +1,10 @@
-Index: gst-plugins-good-1.22.4/meson.build
+Index: gst-plugins-good-1.22.5/meson.build
===================================================================
---- gst-plugins-good-1.22.4.orig/meson.build
-+++ gst-plugins-good-1.22.4/meson.build
+--- gst-plugins-good-1.22.5.orig/meson.build
++++ gst-plugins-good-1.22.5/meson.build
@@ -1,6 +1,6 @@
project('gst-plugins-good', 'c',
- version : '1.22.4',
+ version : '1.22.5',
- meson_version : '>= 0.62',
+ meson_version : '>= 0.61',
default_options : [ 'warning_level=1',