mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 09:10:36 +00:00
validate:tools: Fix classname in gst-launch transcoding tests
This commit is contained in:
parent
dc29cc2857
commit
38615bcae2
1 changed files with 1 additions and 2 deletions
|
@ -134,8 +134,7 @@ class GstValidateManager(TestsManager, Loggable):
|
||||||
|
|
||||||
for uri, config in self._list_uris():
|
for uri, config in self._list_uris():
|
||||||
for comb in COMBINATIONS:
|
for comb in COMBINATIONS:
|
||||||
classname = "validate.transcode.from_%s.to_%s" % (os.path.splitext(os.path.basename(uri))[0],
|
classname = "validate.transcode.to_%s" % (str(comb).replace(' ', '_'))
|
||||||
str(comb).replace(' ', '_'))
|
|
||||||
self.tests.append(GstValidateTranscodingTest(classname,
|
self.tests.append(GstValidateTranscodingTest(classname,
|
||||||
self.options,
|
self.options,
|
||||||
self.reporter,
|
self.reporter,
|
||||||
|
|
Loading…
Reference in a new issue