[Bug 744209] rtspsrc can not keep rtsp alive
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu Mar 26 10:08:05 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=744209
--- Comment #2 from Nicolas Dufresne (stormer) <nicolas.dufresne at collabora.co.uk> ---
Created attachment 300370
--> https://bugzilla.gnome.org/attachment.cgi?id=300370&action=edit
rtspconnection: Fix timeout handling
When dealing with GTimeVal, if we have one but value is 0 0 we should
timeout right way. In many places we would block forever instead. As
an opposite, some other case would never block (using
g_cond_wait_until() passing time now will return right way). This
should fix rare case of RTSP keep-alive not being sent anymore.
--
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