mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-30 21:51:09 +00:00
validate: Add audiomixer test to the default testsuite
This commit is contained in:
parent
9255a8f876
commit
5d8f6083b4
1 changed files with 13 additions and 0 deletions
|
@ -68,6 +68,19 @@ def register_default_test_generators(self):
|
|||
},
|
||||
valid_scenarios=valid_mixing_scenarios))
|
||||
|
||||
self.add_generators(
|
||||
GstValidateMixerTestsGenerator("audiomixer.simple", self,
|
||||
"audiomixer",
|
||||
"audio",
|
||||
converter="audioconvert ! audioresample",
|
||||
mixed_srcs={
|
||||
"basic": {"mixer_props": "",
|
||||
"sources":
|
||||
("audiotestsrc wave=triangle",
|
||||
"audiotestsrc wave=ticks")},
|
||||
},
|
||||
valid_scenarios=valid_mixing_scenarios))
|
||||
|
||||
|
||||
def register_default_scenarios(self):
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue