mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-21 21:46:22 +00:00
validate: Blacklist more ogg files
https://bugzilla.gnome.org/show_bug.cgi?id=769545
This commit is contained in:
parent
37771192a6
commit
7d99e780a7
1 changed files with 4 additions and 0 deletions
|
@ -859,6 +859,10 @@ not been tested and explicitely activated if you set use --wanted-tests ALL""")
|
||||||
"Reverse playback is not handled in wmv"),
|
"Reverse playback is not handled in wmv"),
|
||||||
(".*reverse_playback.*asf",
|
(".*reverse_playback.*asf",
|
||||||
"Reverse playback is not handled in asf"),
|
"Reverse playback is not handled in asf"),
|
||||||
|
|
||||||
|
# ogg known issues
|
||||||
|
("validate.http.playback.seek.*vorbis_theora_1_ogg",
|
||||||
|
"https://bugzilla.gnome.org/show_bug.cgi?id=769545")
|
||||||
])
|
])
|
||||||
|
|
||||||
def register_default_test_generators(self):
|
def register_default_test_generators(self):
|
||||||
|
|
Loading…
Reference in a new issue