[Bug 668343] [0.11] - segfault when using missing plugin support in 0.11

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Feb 23 03:49:28 PST 2012


https://bugzilla.gnome.org/show_bug.cgi?id=668343
  GStreamer | gst-plugins-base | 0.11.x

--- Comment #5 from Christian Fredrik Kalager Schaller <Uraeus at linuxrising.org> 2012-02-23 11:49:24 UTC ---
Doing the following in ipython reproduces it for me:

from gi.repository import Gst
from gi.repository import GstPbutils
Gst.init(None)
GObject.threads_init()

caps=Gst.Caps.from_string("application/mxf")
missing = GstPbutils.missing_encoder_installer_detail_new(caps)
context = GstPbutils.InstallPluginsContext ()
strmissing = str(missing)

def donemessage():
  print "done"

GstPbutils.install_plugins_async (strmissing, context, donemessage, None)

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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