mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
validate:tools: Do not try to transcode images
This commit is contained in:
parent
9eb665dddf
commit
8e81727b87
1 changed files with 2 additions and 0 deletions
|
@ -133,6 +133,8 @@ class GstValidateManager(TestsManager, Loggable):
|
||||||
self._add_playback_test(name, scenario, test_pipeline)
|
self._add_playback_test(name, scenario, test_pipeline)
|
||||||
|
|
||||||
for uri, config in self._list_uris():
|
for uri, config in self._list_uris():
|
||||||
|
if config.getboolean("media-info", "is-image") is True:
|
||||||
|
continue
|
||||||
for comb in COMBINATIONS:
|
for comb in COMBINATIONS:
|
||||||
classname = "validate.transcode.to_%s" % (str(comb).replace(' ', '_'))
|
classname = "validate.transcode.to_%s" % (str(comb).replace(' ', '_'))
|
||||||
self.tests.append(GstValidateTranscodingTest(classname,
|
self.tests.append(GstValidateTranscodingTest(classname,
|
||||||
|
|
Loading…
Reference in a new issue