Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package gstreamer-plugins-vaapi for
openSUSE:Factory checked in at 2026-02-12 17:26:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-vaapi (Old)
and /work/SRC/openSUSE:Factory/.gstreamer-plugins-vaapi.new.1977 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gstreamer-plugins-vaapi"
Thu Feb 12 17:26:22 2026 rev:86 rq:1332500 version:1.26.10
Changes:
--------
---
/work/SRC/openSUSE:Factory/gstreamer-plugins-vaapi/gstreamer-plugins-vaapi.changes
2025-12-31 10:47:41.567135146 +0100
+++
/work/SRC/openSUSE:Factory/.gstreamer-plugins-vaapi.new.1977/gstreamer-plugins-vaapi.changes
2026-02-12 17:27:19.239172513 +0100
@@ -1,0 +2,6 @@
+Wed Feb 11 11:27:11 UTC 2026 - Takashi Iwai <[email protected]>
+
+- Fix build with gstreamer 1.28:
+ + Add conditional gstreamer-vaapi-1.28-build-fix.patch
+
+-------------------------------------------------------------------
New:
----
gstreamer-vaapi-1.28-build-fix.patch
----------(New B)----------
New:- Fix build with gstreamer 1.28:
+ Add conditional gstreamer-vaapi-1.28-build-fix.patch
----------(New E)----------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gstreamer-plugins-vaapi.spec ++++++
--- /var/tmp/diff_new_pack.9Sv4cA/_old 2026-02-12 17:27:19.775195252 +0100
+++ /var/tmp/diff_new_pack.9Sv4cA/_new 2026-02-12 17:27:19.779195422 +0100
@@ -1,7 +1,7 @@
#
# spec file for package gstreamer-plugins-vaapi
#
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -26,6 +26,7 @@
Group: Productivity/Multimedia/Other
URL: https://gstreamer.freedesktop.org
Source0: gstreamer-vaapi-%{version}.tar.zst
+Patch0: gstreamer-vaapi-1.28-build-fix.patch
BuildRequires: Mesa-devel
BuildRequires: Mesa-libGLESv3-devel
@@ -65,7 +66,11 @@
VA-API.
%prep
-%autosetup -n gstreamer-vaapi-%{version} -p1
+%autosetup -n gstreamer-vaapi-%{version} -N
+%if %{?pkg_vcmp:%{pkg_vcmp gstreamer >= 1.28.0}}
+%patch -P 0 -p1
+%endif
+%autopatch -m 1 -p1
%build
%meson \
++++++ gstreamer-vaapi-1.28-build-fix.patch ++++++
---
gst/vaapi/gstvaapivideobufferpool.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/gst/vaapi/gstvaapivideobufferpool.h
+++ b/gst/vaapi/gstvaapivideobufferpool.h
@@ -23,7 +23,7 @@
#ifndef GST_VAAPI_VIDEO_BUFFER_POOL_H
#define GST_VAAPI_VIDEO_BUFFER_POOL_H
-#include <gst/video/gstvideopool.h>
+#include <gst/video/gstvideodmabufpool.h>
#include <gst/vaapi/gstvaapidisplay.h>
#include <gst/vaapi/gstvaapisurfaceproxy.h>