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-03-05 17:14:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-vaapi (Old) and /work/SRC/openSUSE:Factory/.gstreamer-plugins-vaapi.new.561 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gstreamer-plugins-vaapi" Thu Mar 5 17:14:26 2026 rev:87 rq:1336402 version:1.26.10 Changes: -------- --- /work/SRC/openSUSE:Factory/gstreamer-plugins-vaapi/gstreamer-plugins-vaapi.changes 2026-02-12 17:27:19.239172513 +0100 +++ /work/SRC/openSUSE:Factory/.gstreamer-plugins-vaapi.new.561/gstreamer-plugins-vaapi.changes 2026-03-05 17:17:41.160955419 +0100 @@ -1,0 +2,6 @@ +Wed Mar 4 11:42:26 UTC 2026 - Dominique Leuenberger <[email protected]> + +- Fix build with gstreamer-plugins-bad 1.28.1: + + Add conditional gstreamer-vaapi-1.28.1.patch + +------------------------------------------------------------------- New: ---- gstreamer-vaapi-1.28.1.patch ----------(New B)---------- New:- Fix build with gstreamer-plugins-bad 1.28.1: + Add conditional gstreamer-vaapi-1.28.1.patch ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gstreamer-plugins-vaapi.spec ++++++ --- /var/tmp/diff_new_pack.Xhzwue/_old 2026-03-05 17:17:41.884985384 +0100 +++ /var/tmp/diff_new_pack.Xhzwue/_new 2026-03-05 17:17:41.888985549 +0100 @@ -27,6 +27,7 @@ URL: https://gstreamer.freedesktop.org Source0: gstreamer-vaapi-%{version}.tar.zst Patch0: gstreamer-vaapi-1.28-build-fix.patch +Patch1: gstreamer-vaapi-1.28.1.patch BuildRequires: Mesa-devel BuildRequires: Mesa-libGLESv3-devel @@ -70,7 +71,10 @@ %if %{?pkg_vcmp:%{pkg_vcmp gstreamer >= 1.28.0}} %patch -P 0 -p1 %endif -%autopatch -m 1 -p1 +%if %{?pkg_vcmp:%{pkg_vcmp gstreamer-plugins-bad >= 1.28.1}} +%patch -P 1 -p1 +%endif +%autopatch -m 2 -p1 %build %meson \ ++++++ gstreamer-vaapi-1.28.1.patch ++++++ diff --git a/subprojects/gstreamer-vaapi/gst-libs/gst/vaapi/gstvaapidecoder_h265.c b/subprojects/gstreamer-vaapi/gst-libs/gst/vaapi/gstvaapidecoder_h265.c index 5ba3f14cf5..afe6360925 100644 --- a/gst-libs/gst/vaapi/gstvaapidecoder_h265.c +++ b/gst-libs/gst/vaapi/gstvaapidecoder_h265.c @@ -456,7 +456,7 @@ static gboolean nal_is_irap (guint8 nal_type) { if ((nal_type >= GST_H265_NAL_SLICE_BLA_W_LP) && - (nal_type <= RESERVED_IRAP_NAL_TYPE_MAX)) + (nal_type <= GST_H265_RESERVED_IRAP_NAL_TYPE_MAX)) return TRUE; return FALSE; }
