[Bug 768249] rtspsrc lockup on gst_rtspsrc_stop
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri Jul 1 15:04:32 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=768249
--- Comment #3 from Sergio Torres Soldado (zenx) <torres.soldado at gmail.com> ---
Looking at the backtrace g_socket_input_stream_read() doesn't take into account
any timeout, it calls g_socket_receive_with_blocking() which calls
g_socket_receive_with_timeout() with timeout=-1 always. I have noticed that
gstreamer sometimes sets canceable to false, probably from build_next() in
gstrtspconnection.c
--
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