[gstreamer-bugs] [Bug 596366] lockup in gst_ghost_pad_set_target

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Oct 1 07:27:18 PDT 2009


https://bugzilla.gnome.org/show_bug.cgi?id=596366
  GStreamer | gstreamer (core) | git

Stefan Kost (gstreamer, gtkdoc dev) <ensonic> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|blocker                     |critical

--- Comment #15 from Stefan Kost (gstreamer, gtkdoc dev) <ensonic at sonicpulse.de> 2009-10-01 14:27:15 UTC ---
Its not adder either. I bisected all changes of this year.

I was trying this in sgstpad.c, but its causing more pain :/
 GstCaps *
 gst_pad_get_caps (GstPad * pad)
 {
   GstCaps *result = NULL;

   g_return_val_if_fail (GST_IS_PAD (pad), NULL);

+  if (G_UNLIKELY (GST_OBJECT_FLAG_SET (pad, GST_PAD_IN_GETCAPS))) {
+    return gst_caps_new_empty ();
+  }

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