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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Aug 31 07:24:47 UTC 2017


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

--- Comment #5 from anila <anila.balavan at axis.com> ---
Created attachment 358816
  --> https://bugzilla.gnome.org/attachment.cgi?id=358816&action=edit
Api to send messages to rtspconnection without blocking

As MSG_DONTWAIT doesn't exist on Windows and g_datagram_based_send_messages
cannot be used as the socket for TCP is not datagram type. changed the Api so
that we set the socket to non blocking before sending and set it back again to
blocking after sending.

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