GNOME Bugzilla – Bug 730368
Add a read source on write socket when tunnel lost.
Last modified: 2014-05-20 10:05:24 UTC
Created attachment 276763 [details] [review] gst-plugins-base patch It is not possible to detect close when tunneling and lost tunnel and the watch backlog is not empty. Similar solution is implemented in gst_rtsp_source_dispatch_write but only when backlog is empty.
commit d8a1dc5ea83ebfa6ea8a8deadc6832d668bf6644 Author: Göran Jönsson <goranjn@axis.com> Date: Mon May 19 13:28:52 2014 +0200 rtspconnection: Add read source on write socket. Add a read source on write socket when lost tunnel. To be able to detect when clint closes get channel. This is already done in gst_rtsp_source_dispatch_write but only when the queue is empty. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=730368