GNOME Bugzilla – Bug 724720
rtspconnection: not possible to disconnect/reconnect read connection in tunneled mode
Last modified: 2014-02-22 15:06:06 UTC
Disconnect of the read connection is currently treated as an error in tunneled mode. And not only the tunnel_lost () callback is called but also closed ().
Created attachment 269684 [details] [review] rtspconnection: remove child source when read connection is closed
Created attachment 269685 [details] [review] unit test
commit 6bf215fa09c538d92d63c6a27428c594605a49c5 Author: Ognyan Tonchev <ognyan@axis.com> Date: Wed Feb 19 13:54:17 2014 +0100 rtspconnection: New unit test See https://bugzilla.gnome.org/show_bug.cgi?id=724720 commit ebe3530f5177d5b22ab60fc6d00a16281a4caa80 Author: Ognyan Tonchev <ognyan@axis.com> Date: Wed Feb 19 13:53:06 2014 +0100 rtspconnection: Remove read child source when POST is disconnected Fixes https://bugzilla.gnome.org/show_bug.cgi?id=724720