GNOME Bugzilla – Bug 756969
rtsp-server unit tests don't test udp-mcast transport
Last modified: 2015-10-22 16:34:52 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 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