mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 20:51:13 +00:00
validate: Can not do reverse playback on sintel sample
+ Minor improvement in the CLI
This commit is contained in:
parent
97482e2512
commit
5e2b577372
2 changed files with 5 additions and 1 deletions
|
@ -204,6 +204,10 @@ G_V_BLACKLISTED_TESTS = \
|
|||
"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"),
|
||||
("validate.*Sintel.*reverse.*mkv",
|
||||
"TODO in matroskademux: FIXME: We should build an index during playback or "
|
||||
"when scanning that can be used here. The reverse playback code requires "
|
||||
" seek_index and seek_entry to be set!")
|
||||
]
|
||||
|
||||
class GstValidateLaunchTest(GstValidateTest):
|
||||
|
|
|
@ -91,7 +91,7 @@ def main():
|
|||
dir_group.add_option("-p", "--medias-paths", dest="paths", action="append",
|
||||
default=None,
|
||||
help="Paths in which to look for media files, default is MAIN_DIR/gst-qa-assets/media")
|
||||
dir_group.add_option("", "--clone-dir", dest="clone_dir",
|
||||
dir_group.add_option("-a", "--clone-dir", dest="clone_dir",
|
||||
default=None,
|
||||
help="Paths in which to look for media files, default is MAIN_DIR/gst-qa-assets")
|
||||
parser.add_option_group(dir_group)
|
||||
|
|
Loading…
Reference in a new issue