2022-06-06 18:05:15 +00:00
|
|
|
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
|
|
From: "Jan Alexander Steffens (heftig)" <heftig@archlinux.org>
|
|
|
|
Date: Mon, 6 Jun 2022 00:30:08 +0200
|
|
|
|
Subject: [PATCH] HACK: meson: Disable broken tests
|
|
|
|
|
|
|
|
---
|
|
|
|
subprojects/gst-editing-services/meson.build | 1 -
|
|
|
|
subprojects/gst-python/meson.build | 1 -
|
|
|
|
subprojects/gst-rtsp-server/tests/check/meson.build | 1 -
|
|
|
|
subprojects/gstreamer-vaapi/meson.build | 1 -
|
|
|
|
4 files changed, 4 deletions(-)
|
|
|
|
|
|
|
|
diff --git a/subprojects/gst-editing-services/meson.build b/subprojects/gst-editing-services/meson.build
|
2023-01-28 17:27:45 +00:00
|
|
|
index f97b65bfcbc4..c70d6a035355 100644
|
2022-06-06 18:05:15 +00:00
|
|
|
--- a/subprojects/gst-editing-services/meson.build
|
|
|
|
+++ b/subprojects/gst-editing-services/meson.build
|
2023-01-28 17:27:45 +00:00
|
|
|
@@ -270,7 +270,6 @@ subdir('ges')
|
|
|
|
subdir('plugins')
|
|
|
|
subdir('tools')
|
|
|
|
|
2022-06-06 18:05:15 +00:00
|
|
|
-subdir('tests')
|
|
|
|
if not get_option('examples').disabled()
|
|
|
|
subdir('examples')
|
|
|
|
endif
|
|
|
|
diff --git a/subprojects/gst-python/meson.build b/subprojects/gst-python/meson.build
|
2023-01-28 17:27:45 +00:00
|
|
|
index d3d472fe0fdb..c1825e49f64d 100644
|
2022-06-06 18:05:15 +00:00
|
|
|
--- a/subprojects/gst-python/meson.build
|
|
|
|
+++ b/subprojects/gst-python/meson.build
|
2023-01-28 17:27:45 +00:00
|
|
|
@@ -106,5 +106,4 @@ if not get_option('plugin').disabled()
|
2022-06-06 18:05:15 +00:00
|
|
|
endif
|
|
|
|
endif
|
|
|
|
if not get_option('tests').disabled()
|
|
|
|
- subdir('testsuite')
|
|
|
|
endif
|
|
|
|
diff --git a/subprojects/gst-rtsp-server/tests/check/meson.build b/subprojects/gst-rtsp-server/tests/check/meson.build
|
|
|
|
index 229af32f8117..b9372c125d77 100644
|
|
|
|
--- a/subprojects/gst-rtsp-server/tests/check/meson.build
|
|
|
|
+++ b/subprojects/gst-rtsp-server/tests/check/meson.build
|
|
|
|
@@ -27,7 +27,6 @@ rtsp_server_tests = [
|
|
|
|
'gst/mediafactory',
|
|
|
|
'gst/media',
|
|
|
|
'gst/permissions',
|
|
|
|
- 'gst/rtspserver',
|
|
|
|
'gst/sessionmedia',
|
|
|
|
'gst/sessionpool',
|
|
|
|
'gst/stream',
|
|
|
|
diff --git a/subprojects/gstreamer-vaapi/meson.build b/subprojects/gstreamer-vaapi/meson.build
|
2023-01-28 17:27:45 +00:00
|
|
|
index 9cd3fcf19cb7..4f8e6d27f9a3 100644
|
2022-06-06 18:05:15 +00:00
|
|
|
--- a/subprojects/gstreamer-vaapi/meson.build
|
|
|
|
+++ b/subprojects/gstreamer-vaapi/meson.build
|
2023-01-28 17:27:45 +00:00
|
|
|
@@ -219,7 +219,6 @@ plugins = []
|
2022-06-06 18:05:15 +00:00
|
|
|
|
|
|
|
subdir('gst-libs')
|
|
|
|
subdir('gst')
|
|
|
|
-subdir('tests')
|
|
|
|
subdir('docs')
|
|
|
|
|
|
|
|
# Set release date
|