mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
tools: launcher: Disable subtitle track switching scenario on Sintel
It is racy at the moment.
This commit is contained in:
parent
1aa0d4eb4a
commit
7057a9fd50
1 changed files with 3 additions and 0 deletions
|
@ -129,6 +129,9 @@ def register_default_blacklist(self):
|
|||
# MXF known issues"
|
||||
(".*reverse_playback.*", "Reverse playback is not handled in MXF"),
|
||||
("validate\.file\.transcode.*mxf", "FIXME: Transcoding and mixing tests need to be tested"),
|
||||
|
||||
# Subtitles known issues
|
||||
("validate.file.playback.switch_subtitle_track.Sintel_2010_720p_mkv", "https://bugzilla.gnome.org/show_bug.cgi?id=734051"),
|
||||
])
|
||||
|
||||
def register_defaults(self):
|
||||
|
|
Loading…
Reference in a new issue