[Bug 734688] gsttask: Deadlock when running gst_task_join()

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Aug 13 08:36:17 PDT 2014


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

--- Comment #7 from Linus Svensson <linus.svensson at axis.com> 2014-08-13 15:36:15 UTC ---
Looks to me that the task_func is called for the queue element, when it
shouldn't. There is a blocking probe installed on queue's sink pad looking
like:

gst_pad_add_probe (pad,
    GST_PAD_PROBE_TYPE_BLOCK | GST_PAD_PROBE_TYPE_BUFFER |
    GST_PAD_PROBE_TYPE_BUFFER_LIST, pad_drop, NULL, NULL);

I have no idea if this makes any difference

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