[Bug 768249] rtspsrc lockup on gst_rtspsrc_stop

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Jul 7 10:04:13 UTC 2016


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

--- Comment #14 from Sergio Torres Soldado (zenx) <torres.soldado at gmail.com> ---
I don't think so because fill_raw_bytes() calls g_input_stream_read() and
handles it "NULL" if conn->may_cancel is FALSE. This calls
g_socket_input_stream_read() which calls g_socket_receive_with_blocking() with
blocking=TRUE BUT with a NULL cancellable, which ultimately means the rtspsrc
holds the task mutex until data arrives, which might be never.

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