[Bug 785684] rtspconnection: add API to send messages without blocking

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Oct 5 13:27:52 UTC 2017


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

--- Comment #13 from Jonathan Karlsson <jonathan.karlsson at axis.com> ---
It is true that gio is involved on master, where g_output_stream_write is
called for example.
But here in gst_rtsp_connection_write_vectors the operations are done on the
socket, and ultimately the system call sendmsg is called. The man page explains
that the send() call can block if the message does not fit into the buffer.

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