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 756969 - rtsp-server unit tests don't test udp-mcast transport
rtsp-server unit tests don't test udp-mcast transport
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-rtsp-server
git master
Other Linux
: Normal normal
: 1.7.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-10-22 14:08 UTC by David Svensson Fors
Modified: 2015-10-22 16:34 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
tests: rtspserver: add udp-mcast transport SETUP test (13.65 KB, patch)
2015-10-22 14:08 UTC, David Svensson Fors
committed Details | Review

Description David Svensson Fors 2015-10-22 14:08:53 UTC
Created attachment 313863 [details] [review]
tests: rtspserver: add udp-mcast transport SETUP test

Attached is a suggested patch that adds a udp-mcast transport SETUP test to the rtsp-server unit tests. This test fails in valgrind without the fix in Bug #756968 (and thus protects that fix).

Utility functions in the unit test file have been refactored so they can handle more than UDP and TCP as lower transport.
Comment 1 Sebastian Dröge (slomo) 2015-10-22 16:34:40 UTC
Comment on attachment 313863 [details] [review]
tests: rtspserver: add udp-mcast transport SETUP test

commit 2178a7c8714e8bc7c7e9d39f4f8fc11089c70d9b
Author: David Svensson Fors <davidsf@axis.com>
Date:   Thu Oct 22 14:32:30 2015 +0200

    rtspserver: Add udp-mcast transport SETUP test
    
    Refactor utility functions in the test file so they can handle
    more than UDP and TCP as lower transport.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=756969