Rebuild with protobuf-compiler 34.0 and gstreamer 1.28.1

This commit is contained in:
2026-02-27 20:47:08 +02:00
parent 6cfd2ea598
commit 5d0f2bff00
3 changed files with 37 additions and 1 deletions
+29
View File
@@ -0,0 +1,29 @@
From eea0bacf625d910e37630743c864f96704047936 Mon Sep 17 00:00:00 2001
From: Steve Lhomme <[email protected]>
Date: Wed, 11 Feb 2026 14:26:56 +0100
Subject: [PATCH] gstreamer: remove unneeded includes
We don't use anything specific to these headers that is not include by gstvlcpictureplaneallocator.h.
Fixes #29604
---
modules/codec/gstreamer/gstvlcvideopool.h | 3 ---
1 file changed, 3 deletions(-)
diff --git a/modules/codec/gstreamer/gstvlcvideopool.h b/modules/codec/gstreamer/gstvlcvideopool.h
index 996665c4a3d..495643d929d 100644
--- a/modules/codec/gstreamer/gstvlcvideopool.h
+++ b/modules/codec/gstreamer/gstvlcvideopool.h
@@ -26,9 +26,6 @@
#ifndef VLC_GST_VIDEO_POOL_H
#define VLC_GST_VIDEO_POOL_H
-#include <gst/gstbufferpool.h>
-#include <gst/video/gstvideopool.h>
-
#include "gstvlcpictureplaneallocator.h"
typedef struct _GstVlcVideoPool GstVlcVideoPool;
--
GitLab