GNOME Bugzilla – Bug 708742
tests: test_play_multithreaded_timeout_client fails
Last modified: 2014-02-25 22:29:11 UTC
test_play_multithreaded_timeout_client fails with: Unexpected critical/warning: gst_rtsp_message_parse_response: assertion 'msg->type == GST_RTSP_MESSAGE_RESPONSE || msg->type == GST_RTSP_MESSAGE_HTTP_RESPONSE' failed The test is wrong since it's trying to use the GstRTSPConnection while the other end has closed due to session timeout. The bug was revealed after fixing a file descriptor leak on the server side: https://bugzilla.gnome.org/show_bug.cgi?id=708667
Created attachment 255683 [details] [review] Don't try writing to a connection which has closed
commit 39dceb77ff7adfdf48814faf4ff52ea905188b2e Author: Ognyan Tonchev <ognyan@axis.com> Date: Thu Sep 26 14:36:58 2013 +0200 tests: fix unit test Fixes https://bugzilla.gnome.org/show_bug.cgi?id=708742