mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
validate:launcher: Do not run reverse playback on mpegts files
This commit is contained in:
parent
fba15f71c6
commit
8035094128
1 changed files with 3 additions and 1 deletions
|
@ -164,10 +164,12 @@ G_V_BLACKLISTED_TESTS = \
|
|||
"https://bugzilla.gnome.org/show_bug.cgi?id=723268"),
|
||||
("validate.*.reverse_playback.*webm$",
|
||||
"https://bugzilla.gnome.org/show_bug.cgi?id=679250"),
|
||||
("validate.*.playback.reverse_playback.*\.ts|validate.*.playback.reverse_playback.*\.MTS",
|
||||
"https://bugzilla.gnome.org/show_bug.cgi?id=702595"),
|
||||
("validate.http.playback.seek_with_stop.*webm",
|
||||
"matroskademux.gst_matroska_demux_handle_seek_push: Seek end-time not supported in streaming mode"),
|
||||
("validate.http.playback.seek_with_stop.*mkv",
|
||||
"matroskademux.gst_matroska_demux_handle_seek_push: Seek end-time not supported in streaming mode")
|
||||
"matroskademux.gst_matroska_demux_handle_seek_push: Seek end-time not supported in streaming mode"),
|
||||
]
|
||||
|
||||
class GstValidateLaunchTest(GstValidateTest):
|
||||
|
|
Loading…
Reference in a new issue