From 1cfe980044ed00b25e724633dbc25264da2e030f Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Wed, 19 Jul 2017 15:47:28 +0200 Subject: [PATCH] validate: Blacklist op2b mxf files See https://bugzilla.gnome.org/show_bug.cgi?id=785119 --- validate/launcher/apps/gstvalidate.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/validate/launcher/apps/gstvalidate.py b/validate/launcher/apps/gstvalidate.py index 74bf12931d..a70f3905ce 100644 --- a/validate/launcher/apps/gstvalidate.py +++ b/validate/launcher/apps/gstvalidate.py @@ -1040,6 +1040,8 @@ not been tested and explicitely activated if you set use --wanted-tests ALL""") "Reverse playback is not handled in MXF"), ("file\.transcode.*mxf", "FIXME: Transcoding and mixing tests need to be tested"), + ("*playback.*op2b-mpeg2-wave_hd_mxf", + "https://bugzilla.gnome.org/show_bug.cgi?id=785119"), # WMV known issues" ("*reverse_playback.*wmv",