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 686644 - gst-rtsp-server unit test fail
gst-rtsp-server unit test fail
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: 2012-10-22 14:17 UTC by Ognyan Tonchev (redstar_)
Modified: 2014-02-25 22:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Check for NULL before reffing the GSocket (823 bytes, patch)
2012-10-22 14:17 UTC, Ognyan Tonchev (redstar_)
committed Details | Review

Description Ognyan Tonchev (redstar_) 2012-10-22 14:17:48 UTC
Created attachment 226999 [details] [review]
Check for NULL before reffing the GSocket

The 'test_bind_already_in_use' test fails and that's caused by a recent commit: 6a497440
Comment 1 Tim-Philipp Müller 2012-10-22 17:14:20 UTC
Pushed, thanks!

commit 78bde6fa3e1642a1117c3d1e0eca69db6650ec7e
Author: Ognyan Tonchev <ognyan@axis.com>
Date:   Mon Oct 22 16:09:24 2012 +0200

    rtsp-server: don't ref server socket if it is NULL
    
    Fixes test_bind_already_in_use unit test again after commit 6a497440.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=686644