[Bug 754380] validate: Add support to run only particular test generators

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Nov 23 00:21:24 PST 2015


https://bugzilla.gnome.org/show_bug.cgi?id=754380

Vineeth <vineeth.tm at samsung.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #310395|needs-work                  |none
             status|                            |
 Attachment #310395|0                           |1
        is obsolete|                            |
 Attachment #315306|needs-work                  |none
             status|                            |
 Attachment #315306|0                           |1
        is obsolete|                            |

--- Comment #8 from Vineeth <vineeth.tm at samsung.com> ---
Created attachment 316076
  --> https://bugzilla.gnome.org/attachment.cgi?id=316076&action=edit
add support to run particular generators.

Tried to get the generator names from the subclasses instead of hardcoding
them. This is how the help looks like


  -gen GENERATORS, --generator GENERATORS
                        Helps in running particular generators as needed. Can
be one of 
                          * playbin
                          * mediacheck
                          * transcode
                         or combination of them by a seperating comma


One small issue faced was, while getting the subclasses, we get 5 generators
including pipeline generator and mixer generator. Since these are not added by
default, these options should not be shown. Hence added a blank name for these
generators and skipping by checking for name.


Please review if this is how you are expecting it to work? or is there any
better way :)

-- 
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