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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Aug 7 13:23:08 UTC 2017


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

Olivier CrĂȘte <olivier.crete at ocrete.ca> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #356721|none                        |needs-work
             status|                            |

--- Comment #3 from Olivier CrĂȘte <olivier.crete at ocrete.ca> ---
Review of attachment 356721:
 --> (https://bugzilla.gnome.org/review?bug=785684&attachment=356721)

::: gst-libs/gst/rtsp/gstrtspconnection.c
@@ +1478,3 @@
+      num_written =
+          g_socket_send_message (socket, NULL, &vecs[i], send_len, NULL, 0,
+          MSG_DONTWAIT, NULL, &err);

MSG_DONTWAIT doesn'T exist on Windows. You can't do it like that. I think you
want:
https://developer.gnome.org/gio/stable/GDatagramBased.html#g-datagram-based-send-messages

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