[Bug 754380] validate: Add support to run only particular test generators
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Mon Nov 23 22:43:27 PST 2015
https://bugzilla.gnome.org/show_bug.cgi?id=754380
--- Comment #12 from Vineeth <vineeth.tm at samsung.com> ---
Created attachment 316138
--> https://bugzilla.gnome.org/attachment.cgi?id=316138&action=edit
simplify mixer generator so that it can be called using --generator option
Right now mixer generator implementation is such that it needs to be called
with the below parameters
def __init__(self, name, test_manager, mixer, media_type, converter="",
num_sources=3, mixed_srcs={}, valid_scenarios=[]):
But it can be simplified and all the logic moved to test manager so that the
init can be simply
def __init__(self, test_manager):
This facilitates adding the mixer generator from --generator option and
simplifies the calling from default testsuites.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list