tests: udpsrc: fix test_udpsrc to actually run and fix locking
authorGeorge Kiagiadakis <george.kiagiadakis@collabora.com>
Fri, 25 Aug 2017 11:45:52 +0000 (14:45 +0300)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 16:05:28 +0000 (16:05 +0000)
commit45c82ee79823dc7ee3db691ac23cf325c0091756
treefe041184dbca114891d7b134b480c7f8e9c502c6
parent91dfc20a049508325a0c23b969b85568c47dd85e
tests: udpsrc: fix test_udpsrc to actually run and fix locking

Previously this would silently be skipped because 1600 != 1400
and there is no assertion on this call.

Also unlock check_mutex after use.

https://bugzilla.gnome.org/show_bug.cgi?id=786799
tests/check/elements/udpsrc.c