GNOME Bugzilla – Bug 703175
gst-rtsp-server: broken server test
Last modified: 2014-02-25 22:28:42 UTC
Created attachment 247889 [details] [review] fix server test This is actually a workaround for test_play_specific_server_port. Ppv6 address pool has to be added to prevent test from failing (<=> consequence of https://bugzilla.gnome.org/show_bug.cgi?id=701129)
I want to fix the real issue instead and this failing unit test reminds us of that.
commit 82812988a6f37da1b19adc00ce4ccd6ac8b97cfb Author: Wim Taymans <wim.taymans@collabora.co.uk> Date: Mon Jul 1 14:45:49 2013 +0200 stream: handle failed port allocation Allow for ipv4 or ipv6 socket allocations to fail. Only report failure if we can't allocate any family at all. Also keep track of what port families we allocated. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=703175