From e6d512a3b5e128c18ed6c4c7b46f9d13efcd951c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 25 May 2023 16:40:43 +0100 Subject: [PATCH] validate: remove known issue for mxfdemux that's fixed now https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/1020 Part-of: --- .../testsuites/validate_known_issues.py | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/subprojects/gst-integration-testsuites/testsuites/validate_known_issues.py b/subprojects/gst-integration-testsuites/testsuites/validate_known_issues.py index f9ea3bfe4c..3a8aba9613 100644 --- a/subprojects/gst-integration-testsuites/testsuites/validate_known_issues.py +++ b/subprojects/gst-integration-testsuites/testsuites/validate_known_issues.py @@ -229,19 +229,6 @@ KNOWN_ISSUES = { }, ], }, - "https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/1020": { - "tests": [ - "validate.*mxf.*", - ], - "issues": [ - { - "issue-id": "threading::pull-range-from-wrong-thread", - "summary": "gst_pad_pull_range called from wrong thread", - "level": "critical", - 'can-happen-several-times': True, - }, - ] - }, "Our asf file is basically broken": { "tests": [ "validate.file.transcode.*.samples_multimedia_cx_asf_wmv_elephant_asf",