[Bug 755380] validate:reporter: crash when argument is NULL

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Sep 21 23:30:54 PDT 2015


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

Thibault Saunier <tsaunier at gnome.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tsaunier at gnome.org

--- Comment #6 from Thibault Saunier <tsaunier at gnome.org> ---
(In reply to Vineeth from comment #5)
> (In reply to Thibault Saunier from comment #3)
> > Review of attachment 311818 [details] [review] [review]:
> > 
> > ::: testsuites/validate.py
> > @@ +24,3 @@
> >  import os
> >  from testsuiteutils import update_assets
> > +from gi.repository import Gst
> > 
> > We do not want to depend on GI in the launcher.
> 
> it is already present for validateelements.py, so i thought it can be same
> added for validate.py :)
> Ideally it should not even create the test case when plugins are not present
> right?

validateelements.py is not the default testsuite, so that is why I think it is
fine there.

It should either not create the testcase or cleanly fail it explanning the user
why it failed.

You can probably use gst-inspect in a subprocess.

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