mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +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 comb in COMBINATIONS:
|
||||
classname = "validate.transcode.from_%s.to_%s" % (os.path.splitext(os.path.basename(uri))[0],
|
||||
str(comb).replace(' ', '_'))
|
||||
classname = "validate.transcode.to_%s" % (str(comb).replace(' ', '_'))
|
||||
self.tests.append(GstValidateTranscodingTest(classname,
|
||||
self.options,
|
||||
self.reporter,
|
||||
|
|
Loading…
Reference in a new issue