public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/vlc] epel10: Fix build with gstreamer 1.28
@ 2026-09-23 14:55 Yaakov Selkowitz
  0 siblings, 0 replies; only message in thread
From: Yaakov Selkowitz @ 2026-09-23 14:55 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/vlc
Branch : epel10
Commit : 2fd65df8946a997f6d46a81f74d1afe69cca7aed
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date   : 2026-02-10T11:08:42-05:00
Stats  : +19/-0 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/vlc/c/2fd65df8946a997f6d46a81f74d1afe69cca7aed?branch=epel10

Log:
Fix build with gstreamer 1.28

---
diff --git a/gstreamer128.patch b/gstreamer128.patch
new file mode 100644
index 0000000..66bdd8b
--- /dev/null
+++ b/gstreamer128.patch
@@ -0,0 +1,17 @@
+The addition of gstvideodmabufpool.h, which depends on gstvideopool.h,
+causes this include to pull things in the wrong order.
+
+https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/10411
+
+diff -up ./modules/codec/gstreamer/gstvlcvideopool.h.orig ./modules/codec/gstreamer/gstvlcvideopool.h
+--- ./modules/codec/gstreamer/gstvlcvideopool.h.orig	2025-12-23 05:49:20.000000000 -0500
++++ ./modules/codec/gstreamer/gstvlcvideopool.h	2026-02-10 01:45:40.557003527 -0500
+@@ -28,7 +28,7 @@
+ #define VLC_GST_VIDEO_POOL_H
+ 
+ #include <gst/gstbufferpool.h>
+-#include <gst/video/gstvideopool.h>
++#include <gst/video/video.h>
+ 
+ #include "gstvlcpictureplaneallocator.h"
+ 

diff --git a/vlc.spec b/vlc.spec
index f4e95c6..9b430ae 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -74,6 +74,8 @@ Patch:		libidn2.patch
 Patch:		lua-math.patch
 # avoid "stale plugin cache" warnings in flatpaks
 Patch:		flatpak-cache.patch
+# fix build with gstreamer-1.28
+Patch:		gstreamer128.patch
 
 %{load:%{S:1}}
 %global __provides_exclude_from ^%{vlc_plugindir}/.*$

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-23 14:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-23 14:55 [rpms/vlc] epel10: Fix build with gstreamer 1.28 Yaakov Selkowitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox