[Bug 747555] python -c 'from gi.repository import Gst; Gst.Caps.from_string("video/x-raw,format=RGB")' crashes

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Apr 9 06:03:26 PDT 2015


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

Tim-Philipp Müller <t.i.m at zen.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #4 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
Please try it then!

$ python -c 'from gi.repository import Gst;
Gst.Caps.from_string("video/x-raw,format=RGB")'
Segmentation fault

$ python -c 'from gi.repository import Gst; Gst.init(None); print
Gst.Caps.from_string("video/x-raw,format=RGB")'
<GstCaps at 0x135f590>

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