Hello community,

here is the log from the commit of package gstreamer-plugins-vaapi for 
openSUSE:Leap:15.2 checked in at 2020-02-09 15:03:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/gstreamer-plugins-vaapi (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.gstreamer-plugins-vaapi.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gstreamer-plugins-vaapi"

Sun Feb  9 15:03:06 2020 rev:47 rq:772485 version:1.16.2

Changes:
--------
--- 
/work/SRC/openSUSE:Leap:15.2/gstreamer-plugins-vaapi/gstreamer-plugins-vaapi.changes
        2020-01-15 15:09:15.586033478 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.gstreamer-plugins-vaapi.new.26092/gstreamer-plugins-vaapi.changes
     2020-02-09 15:03:08.606767409 +0100
@@ -1,0 +2,258 @@
+Wed Dec  4 13:05:01 UTC 2019 - Bjørn Lie <bjorn....@gmail.com>
+
+- Update to version 1.16.2:
+  + meson build: halt configuration if no renderer API
+  + libs: decoder: h265: skip all pictures prior the first I-frame
+  + libs: window: x11: Avoid usage of deprecated API
+
+-------------------------------------------------------------------
+Tue Sep 24 14:49:26 UTC 2019 - Bjørn Lie <bjorn....@gmail.com>
+
+- Update to version 1.16.1:
+  + See main gstreamer package for changelog.
+- Drop upstream fixed patches:
+  + gst-vaapi-fix-garbled-screen-totem.patch.
+  + gst-vaapi-remove-gallium-from-white-list.patch.
+
+-------------------------------------------------------------------
+Sat Sep  7 21:17:45 UTC 2019 - Bjørn Lie <bjorn....@gmail.com>
+
+- Add gst-vaapi-remove-gallium-from-white-list.patch: pluginutil:
+  Remove Mesa from drivers white list. The Mesa Gallium driver is
+  poorly tested currently, leading to bad user experience for AMD
+  users. The driver can be added back to the white list at runtime
+  using the GST_VAAPI_ALL_DRIVERS environment variable.
+
+-------------------------------------------------------------------
+Thu Jun 27 23:43:02 UTC 2019 - Bjørn Lie <bjorn....@gmail.com>
+
+- Add gst-vaapi-fix-garbled-screen-totem.patch: Fix garbled video
+  in totem.
+- Add missing pkgconfig(wayland-protocols) BuildRequires for
+  wayland support.
+- Drop conditionals for no longer supported versions of openSUSE.
+
+-------------------------------------------------------------------
+Wed Jun 19 13:17:00 UTC 2019 - mgo...@suse.com
+
+- Update to version 1.16.0: 
+  + Highlights
+    - GStreamer WebRTC stack gained support for data channels for
+      peer-to-peer communication based on SCTP, BUNDLE support, as
+      well as support for multiple TURN servers.
+    - AV1 video codec support for Matroska and QuickTime/MP4
+      containers and more configuration options and supported
+      input formats for the AOMedia AV1 encoder
+    - Support for Closed Captions and other Ancillary Data in video
+    - Support for planar (non-interleaved) raw audio
+    - GstVideoAggregator, compositor and OpenGL mixer elements are
+      now in -base
+    - New alternate fields interlace mode where each buffer carries
+      a single field
+    - WebM and Matroska ContentEncryption support in the Matroska
+      demuxer
+    - new WebKit WPE-based web browser source element
+    - Video4Linux: HEVC encoding and decoding, JPEG encoding, and
+      improved dmabuf import/export
+    - Hardware-accelerated Nvidia video decoder gained support for
+      VP8/VP9 decoding, whilst the encoder gained support for
+      H.265/HEVC encoding.  
+    - Many improvements to the Intel Media SDK based
+      hardware-accelerated video decoder and encoder plugin (msdk):
+      dmabuf import/export for zero-copy integration with other
+      components; VP9 decoding; 10-bit HEVC encoding; video
+      post-processing (vpp) support including deinterlacing; and
+      the video decoder now handles dynamic resolution changes.
+    - The ASS/SSA subtitle overlay renderer can now handle multiple
+      subtitles that overlap in time and will show them on screen
+      simultaneously
+    - The Meson build is now feature-complete (*) and it is now the
+      recommended build system on all platforms. The Autotools
+      build is scheduled to be removed in the next cycle.
+    - The GStreamer Rust bindings and Rust plugins module are now
+      officially part of upstream GStreamer.
+    - The GStreamer Editing Services gained a gesdemux element that
+      allows directly playing back serialized edit list with
+      playbin or (uri)decodebin
+    - Many performance improvements
+- Add support for meson, but disable for now, since plugin docs
+  are not built.
+
+-------------------------------------------------------------------
+Fri May 31 22:33:31 UTC 2019 - Bjørn Lie <bjorn....@gmail.com>
+
+- Update to version 1.14.5:
+  + Thread-safety and memory leak fixes.
+  + Improve caps negotiation if downstream takes ANY caps.
+  + Fix build with -DG_DISABLE_ASSERT.
+
+-------------------------------------------------------------------
+Wed Oct  3 15:51:18 UTC 2018 - bjorn....@gmail.com
+
+- Update to version 1.14.4:
+  + Bugfix release, please see .changes in gstreamer main package.
+
+-------------------------------------------------------------------
+Wed Sep 26 20:28:44 UTC 2018 - bjorn....@gmail.com
+
+- Update to version 1.14.3:
+  + Bugfix release, please see .changes in gstreamer main package.
+
+-------------------------------------------------------------------
+Tue Jul 24 08:08:18 UTC 2018 - bjorn....@gmail.com
+
+- Update to version 1.14.2:
+  + Update docs.
+  + vaapibufferpool: declare parameter display as object.
+  + vaapiencode:
+    - h264: set best profile in the intersected caps.
+    - h264: log output caps.
+    - h264: find profile in available and allowed caps.
+  + plugins:
+    - verify EGL display is not NULL.
+    - guard GstGL code.
+    - handle EGL when creating VAAPI display from gl.
+  + libs:
+    - display: resurrect parent private memember.
+    - display: egl: initialize params structure.
+    - encoder: h265: increase log2_max_pic_order_cnt range
+      according to spec.
+  + display: egl: fix to create VaapiDisplayEGL with native EGL
+    display.
+
+-------------------------------------------------------------------
+Sat Jun 23 22:05:56 UTC 2018 - bjorn....@gmail.com
+
+- Conditionalize wayland support for openSUSE Leap 15 and newer,
+  fix build for SLE 12.
+
+-------------------------------------------------------------------
+Sun May 20 09:41:34 UTC 2018 - bjorn....@gmail.com
+
+- Update to version 1.14.1:
+  + GstPad: Fix race condition causing the same probe to be called
+    multiple times
+  + Fix occasional deadlocks on windows when outputting debug
+    logging
+  + Fix debug levels being applied in the wrong order
+  + GIR annotation fixes for bindings
+  + audiomixer, audioaggregator: fix some negotiation issues
+  + gst-play-1.0: fix leaving stdin in non-blocking mode after exit
+  + flvmux: wait for caps on all input pads before writing header
+    even if source is live
+  + flvmux: don't wake up the muxer unless there is data, fixes
+    busy looping if there's no input data
+  + flvmux: fix major leak of input buffers
+  + rtspsrc, rtsp-server: revert to RTSP RFC handling of
+    sendonly/recvonly attributes
+  + rtpvrawpay: fix payloading with very large mtu sizes where
+    everything fits into a single RTP packet
+  + v4l2: Fix hard-coded enabled v4l2 probe on Linux/ARM
+  + v4l2: Disable DMABuf for emulated formats when using libv4l2
+  + v4l2: Always set colorimetry in S_FMT
+  + asfdemux: Set stream-format field for H264 streams and handle
+    H.264 in bytestream format
+  + x265enc: Fix tagging of keyframes on output buffers
+  + ladspa: Fix critical during plugin load on Windows
+  + decklink: Fix COM initialisation on Windows
+  + h264parse: fix re-use across pipeline stop/restart
+  + mpegtsmux: fix force-keyframe event handling and PCR/PMT
+    changes that would confuse some players with generated HLS
+    streams
+  + adaptivedemux: Support period change in live playlist
+  + rfbsrc: Fix support for applevncserver and support NULL pool in
+    decide_allocation
+  + jpegparse: Fix APP1 marker segment parsing
+  + h265parse: Make caps writable before modifying them, fixes
+    criticals
+  + fakevideosink: request an extra buffer if enable-last-sample is
+    enabled
+  + wasapisrc: Don't provide a clock based on WASAPI's clock
+  + wasapi: Only use audioclient3 when low-latency, as it might
+    otherwise glitch with slow CPUs or VMs
+  + wasapi: Don't derive device period from latency time, should
+    make it more robust against glitches
+  + audiolatency: Fix wave detection in buffers and avoid bogus pts
+    values while starting
+  + msdk: fix plugin load on implementations with only HW support
+  + msdk: dec: set framerate to the driver only if provided, not in
+    0/1 case
+  + msdk: Don't set extended coding options for JPEG encode
+  + rtponviftimestamp: fix state change function init/reset causing
+    races/crashes on shutdown
+  + decklink: fix initialization failure in windows binary
+  + ladspa: Fix critical warnings during plugin load on Windows and
+    fix dependencies in meson build
+  + gl: fix cross-compilation error with viv-fb
+  + qmlglsink: make work with eglfs_kms
+  + rtspclientsink: Don't deadlock in preroll on early close
+  + rtspclientsink: Fix client ports for the RTCP backchannel
+  + rtsp-server: Fix session timeout when streaming data to client
+    over TCP
+  + vaapiencode: h264: find best profile in those available, fixing
+    negotiation errors
+  + vaapi: remove custom GstGL context handling, use GstGL instead.
+    Fixes GL Context sharing with WebkitGtk on wayland
+  + gst-editing-services: various fixes
+  + gst-python: bump pygobject req to 3.8;
++++ 61 more lines (skipped)
++++ between 
/work/SRC/openSUSE:Leap:15.2/gstreamer-plugins-vaapi/gstreamer-plugins-vaapi.changes
++++ and 
/work/SRC/openSUSE:Leap:15.2/.gstreamer-plugins-vaapi.new.26092/gstreamer-plugins-vaapi.changes

Old:
----
  gst-vaapi-add-zero-as-valid-value.patch
  gst-vaapi-egl-mark-context-wrapped.patch
  gst-vaapi-wayland-dont-poll-no-pending-frames.patch
  gstreamer-vaapi-1.12.5.tar.xz

New:
----
  gstreamer-vaapi-1.16.2.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gstreamer-plugins-vaapi.spec ++++++
--- /var/tmp/diff_new_pack.h06v9z/_old  2020-02-09 15:03:08.986767623 +0100
+++ /var/tmp/diff_new_pack.h06v9z/_new  2020-02-09 15:03:08.990767625 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gstreamer-plugins-vaapi
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,39 +12,37 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define gst_branch 1.0
-
+# Disable for now, since plugin docs are not being built
+%define use_meson 0
 Name:           gstreamer-plugins-vaapi
-Version:        1.12.5
+Version:        1.16.2
 Release:        0
 Summary:        Gstreamer VA-API plugins
 License:        LGPL-2.1-or-later
 Group:          Productivity/Multimedia/Other
 URL:            https://gstreamer.freedesktop.org/
 Source0:        
https://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM gst-vaapi-wayland-dont-poll-no-pending-frames.patch 
bgo#795224 -- wayland: don't poll if there are no pending frames
-Patch0:         gst-vaapi-wayland-dont-poll-no-pending-frames.patch
-# PATCH-FIX-UPSTREAM gst-vaapi-egl-mark-context-wrapped.patch bgo#795391 -- 
libs: egl: utils: mark context as wrapped when it is
-Patch1:         gst-vaapi-egl-mark-context-wrapped.patch
-# PATCH-FIX-UPSTREAM gst-vaapi-add-zero-as-valid-value.patch bgo#793829 -- 
libs: encoder: add zero as valid value for periodic keyframe.
-Patch2:         gst-vaapi-add-zero-as-valid-value.patch
 
 BuildRequires:  Mesa-devel
 BuildRequires:  Mesa-libGLESv3-devel
 BuildRequires:  gtk-doc
+%if %{use_meson}
+BuildRequires:  meson >= 0.47.0
+%endif
 BuildRequires:  pkgconfig
 BuildRequires:  vaapi-wayland-tools
 BuildRequires:  yasm
 BuildRequires:  pkgconfig(egl)
 BuildRequires:  pkgconfig(gl)
-BuildRequires:  pkgconfig(gstreamer-1.0) >= 1.12.0
-BuildRequires:  pkgconfig(gstreamer-codecparsers-1.0) >= 1.12.0
-BuildRequires:  pkgconfig(gstreamer-plugins-bad-1.0) >= 1.12.0
-BuildRequires:  pkgconfig(gstreamer-plugins-base-1.0) >= 1.12.0
+BuildRequires:  pkgconfig(gstreamer-1.0) >= %{version}
+BuildRequires:  pkgconfig(gstreamer-codecparsers-1.0) >= %{version}
+BuildRequires:  pkgconfig(gstreamer-plugins-bad-1.0) >= %{version}
+BuildRequires:  pkgconfig(gstreamer-plugins-base-1.0) >= %{version}
 BuildRequires:  pkgconfig(libdrm)
 BuildRequires:  pkgconfig(libudev)
 BuildRequires:  pkgconfig(libva) >= 0.30.4
@@ -56,6 +54,7 @@
 BuildRequires:  pkgconfig(wayland-client) >= 1.0.2
 BuildRequires:  pkgconfig(wayland-cursor)
 BuildRequires:  pkgconfig(wayland-egl)
+BuildRequires:  pkgconfig(wayland-protocols) >= 1.15
 BuildRequires:  pkgconfig(wayland-scanner)
 BuildRequires:  pkgconfig(wayland-server)
 BuildRequires:  pkgconfig(xrandr)
@@ -77,6 +76,18 @@
 %autosetup -n gstreamer-vaapi-%{version} -p1
 
 %build
+%if %{use_meson}
+%{meson} \
+       -Dwith_egl=yes \
+       -Dwith_encoders=yes \
+       -Dwith_drm=yes \
+       -Dwith_glx=yes \
+       -Dwith_wayland=yes \
+       -Dwith_x11=yes \
+       -Dexamples=disabled \
+       %{nil}
+%{meson_build}
+%else
 %configure \
        --disable-static \
        --enable-egl \
@@ -87,9 +98,14 @@
        --enable-x11 \
        %{nil}
 make %{?_smp_mflags}
+%endif
 
 %install
+%if %{use_meson}
+%{meson_install}
+%else
 %make_install
+%endif
 find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -p /sbin/ldconfig

++++++ gstreamer-vaapi-1.12.5.tar.xz -> gstreamer-vaapi-1.16.2.tar.xz ++++++
++++ 60482 lines of diff (skipped)


Reply via email to