mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
tools: Launcher: Disable validate.file.*.simple.scrub_forward_seeking.synchronized
It is still a bit racy and sometimes the seek just does not happen
This commit is contained in:
parent
7057a9fd50
commit
0dd8e9cd3d
1 changed files with 3 additions and 0 deletions
|
@ -132,6 +132,9 @@ def register_default_blacklist(self):
|
|||
|
||||
# Subtitles known issues
|
||||
("validate.file.playback.switch_subtitle_track.Sintel_2010_720p_mkv", "https://bugzilla.gnome.org/show_bug.cgi?id=734051"),
|
||||
|
||||
# Videomixing known issues
|
||||
("validate.file.*.simple.scrub_forward_seeking.synchronized", "https://bugzilla.gnome.org/show_bug.cgi?id=734060"),
|
||||
])
|
||||
|
||||
def register_defaults(self):
|
||||
|
|
Loading…
Reference in a new issue