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 2022-03-24 22:57:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-good (Old) and /work/SRC/openSUSE:Factory/.gstreamer-plugins-good.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gstreamer-plugins-good" Thu Mar 24 22:57:02 2022 rev:82 rq:963517 version:1.20.1 Changes: -------- --- /work/SRC/openSUSE:Factory/gstreamer-plugins-good/gstreamer-plugins-good.changes 2022-02-09 20:38:51.506326944 +0100 +++ /work/SRC/openSUSE:Factory/.gstreamer-plugins-good.new.1900/gstreamer-plugins-good.changes 2022-03-24 22:57:12.556204493 +0100 @@ -1,0 +2,80 @@ +Fri Mar 18 07:32:13 UTC 2022 - Antonio Larrosa <alarr...@suse.com> + +- Update to version 1.20.1: + + deinterlace: various bug fixes for yadif method + + deinterlace: Refactor greedyh and fix planar formats + + deinterlace: Prevent race between method configuration and + latency query + + gtk video sink: Fix rotation not being applied when paused + + jpegdec: fix RGB conversion handling + + matroskademux: improved ProRes video handling + + matroskamux: Handle multiview-mode/flags/pixel-aspect-ratio + caps fields correctly when checking caps equality on input caps + changes + + rtprtx: don't access type-system per buffer (performance + optimisation); code cleanups + + rtpulpfecenc: fix unmatched g_slice_free() + + rtpvp8depay: fix crash when making GstRTPPacketLost custom + event + + qtmux: Don't post an error message if pushing a sample failed + with FLUSHING (e.g. on pipeline shutdown) + + soup: Lookup libsoup dylib files on Apple platforms & fix + Cerbero static build on Android and iOS + + souphttpsrc: element not present on iOS after 1.20.0 update + + v4l2tuner: return NULL if no norm set + + v4l2bufferpool: Fix race condition between qbuf and pool + streamoff + + meson: Don't build lame plugin with -Dlame=disabled + +------------------------------------------------------------------- +Fri Feb 4 20:18:40 UTC 2022 - Bj??rn Lie <bjorn....@gmail.com> + +- Update to version 1.20.0: + + Development in GitLab was switched to a single git repository + containing all the modules + + GstPlay: new high-level playback library, replaces GstPlayer + + WebM Alpha decoding support + + Encoding profiles can now be tweaked with additional + application-specified element properties + + Compositor: multi-threaded video conversion and mixing + + RTP header extensions: unified support in RTP depayloader and + payloader base classes + + SMPTE 2022-1 2-D Forward Error Correction support + + Smart encoding (pass through) support for VP8, VP9, H.265 in + encodebin and transcodebin + + Runtime compatibility support for libsoup2 and libsoup3 + (libsoup3 support experimental) + + Video decoder subframe support + + Video decoder automatic packet-loss, data corruption, and + keyframe request handling for RTP / WebRTC / RTSP + + mp4 and Matroska muxers now support profile/level/resolution + changes for H.264/H.265 input streams (i.e. codec data changing + on the fly) + + mp4 muxing mode that initially creates a fragmented mp4 which + is converted to a regular mp4 on EOS + + Audio support for the WebKit Port for Embedded (WPE) web page + source element + + CUDA based video color space convert and rescale elements and + upload/download elements + + NVIDIA memory:NVMM support for OpenGL glupload and gldownload + elements + + Many WebRTC improvements + + The new VA-API plugin implementation fleshed out with more + decoders and new postproc elements + + AppSink API to retrieve events in addition to buffers and + buffer lists + + AppSrc gained more configuration options for the internal queue + (leakiness, limits in buffers and time, getters to read current + levels) + + Updated Rust bindings and many new Rust plugins + + Improved support for custom minimal GStreamer builds + + Support build against FFmpeg 5.0 + + Linux Stateless CODEC support gained MPEG-2 and VP9 + + Windows Direct3D11/DXVA decoder gained AV1 and MPEG-2 support + + Lots of new plugins, features, performance improvements and bug + fixes +- Stop using service for tarball, use upstream url. +- Drop old obsolete conditionals. +- Add BuildRequires: pkgconfig(libsoup-3.0) + +------------------------------------------------------------------- Old: ---- gst-plugins-good-1.18.6.tar.xz New: ---- gst-plugins-good-1.20.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gstreamer-plugins-good.spec ++++++ --- /var/tmp/diff_new_pack.XPMDPb/_old 2022-03-24 22:57:13.064204993 +0100 +++ /var/tmp/diff_new_pack.XPMDPb/_new 2022-03-24 22:57:13.068204997 +0100 @@ -25,17 +25,14 @@ %define _name gst-plugins-good %define gst_branch 1.0 -# Option doesn't currently exist in meson -%define ENABLE_EXPERIMENTAL 1 - Name: gstreamer-plugins-good -Version: 1.18.6 +Version: 1.20.1 Release: 0 Summary: GStreamer Streaming-Media Framework Plug-Ins License: LGPL-2.1-or-later Group: Productivity/Multimedia/Other URL: https://gstreamer.freedesktop.org -Source0: %{url}/src/gst-plugins-good/%{_name}-%{version}.tar.xz +Source0: %{url}/src/%{_name}/%{_name}-%{version}.tar.xz Source1: gstreamer-plugins-good.appdata.xml Source99: baselibs.conf @@ -78,9 +75,7 @@ BuildRequires: pkgconfig(gstreamer-net-1.0) >= %{gstreamer_req_version} BuildRequires: pkgconfig(gstreamer-plugins-base-1.0) >= %{gstreamer_req_version} BuildRequires: pkgconfig(gtk+-3.0) >= 3.15.0 -%if 0%{?suse_version} >= 1500 BuildRequires: pkgconfig(gtk+-wayland-3.0) >= 3.15.0 -%endif BuildRequires: pkgconfig(gtk+-x11-3.0) >= 3.15.0 BuildRequires: pkgconfig(gudev-1.0) >= 147 BuildRequires: pkgconfig(jack) >= 0.99.10 @@ -91,6 +86,7 @@ BuildRequires: pkgconfig(libpulse) >= 2.0 BuildRequires: pkgconfig(libraw1394) >= 2.0.0 BuildRequires: pkgconfig(libsoup-2.4) >= 2.48.0 +BuildRequires: pkgconfig(libsoup-3.0) BuildRequires: pkgconfig(libsoup-gnome-2.4) >= 2.40.0 BuildRequires: pkgconfig(libv4l2) BuildRequires: pkgconfig(libxml-2.0) >= 2.4.9 @@ -190,7 +186,7 @@ %files %license COPYING -%doc AUTHORS README RELEASE REQUIREMENTS NEWS +%doc AUTHORS README.md RELEASE REQUIREMENTS NEWS %dir %{_datadir}/appdata %{_datadir}/appdata/gstreamer-plugins-good.appdata.xml %{_datadir}/gstreamer-%{gst_branch}/presets/GstIirEqualizer10Bands.prs @@ -268,9 +264,7 @@ %{_libdir}/gstreamer-%{gst_branch}/libgstcacasink.so %{_libdir}/gstreamer-%{gst_branch}/libgstcairo.so %{_libdir}/gstreamer-%{gst_branch}/libgstdv.so -%if 0%{?ENABLE_EXPERIMENTAL} %{_libdir}/gstreamer-%{gst_branch}/libgstmonoscope.so -%endif %{_libdir}/gstreamer-%{gst_branch}/libgstshout2.so %files jack ++++++ gst-plugins-good-1.18.6.tar.xz -> gst-plugins-good-1.20.1.tar.xz ++++++ ++++ 86159 lines of diff (skipped)