After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 703175 - gst-rtsp-server: broken server test
gst-rtsp-server: broken server test
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-rtsp-server
git master
Other Linux
: Normal normal
: 1.2.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-06-27 09:57 UTC by Patricia Muscalu
Modified: 2014-02-25 22:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix server test (1.09 KB, patch)
2013-06-27 09:57 UTC, Patricia Muscalu
none Details | Review

Description Patricia Muscalu 2013-06-27 09:57:49 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)
Comment 1 Wim Taymans 2013-07-01 09:47:44 UTC
I want to fix the real issue instead and this failing unit test reminds us of that.
Comment 2 Wim Taymans 2013-07-01 12:48:23 UTC
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