[Bug 767437] segfault in gst_element_set_context_default (through vaapi)

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Jun 9 09:22:37 UTC 2016


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

--- Comment #1 from djcb at djcbsoftware.nl ---
Oh, here's part of the debugging session:

gdb% frame 1
#1  0x00007ffff73ffb4f in gst_element_set_context_default
(element=0x7fffa815b830, context=0x7fffa4014a40) at gstelement.c:3118
3118        if (strcmp (context_type, tmp_type) == 0 &&
gdb% p context
$1 = (GstContext *) 0x7fffa4014a40
gdb% p *context
$2 = {
  mini_object = {
    type = 6442432, 
    refcount = 1, 
    lockstate = 0, 
    flags = 0, 
    copy = 0x7ffff73f69e0 <_gst_context_copy>, 
    dispose = 0x0, 
    free = 0x7ffff73f6aa0 <_gst_context_free>, 
    n_qdata = 0, 
    qdata = 0x0
  }, 
  context_type = 0x7fffa81cda30 "gst.vaapi.Display", 
  structure = 0x8a30c0, 
  persistent = 0
}
gdb% p tmp
$4 = (GstContext *) 0x0
gdb%  p element->contexts
$5 = (GList *) 0x8a2ec0
gdb%  p element->contexts->data
$6 = (gpointer) 0x0
gdb%  p element->contexts->next
$7 = (GList *) 0x0

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