validate: remove known issue for mxfdemux that's fixed now

https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/1020

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4659>
This commit is contained in:
Tim-Philipp Müller 2023-05-25 16:40:43 +01:00 committed by GStreamer Marge Bot
parent 7ad92c364a
commit e6d512a3b5

View file

@ -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",