tests: unit test fixes
authorPatricia Muscalu <patricia@axis.com>
Tue, 23 Feb 2016 14:01:22 +0000 (15:01 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 23 Feb 2016 15:05:15 +0000 (17:05 +0200)
commita6367c59711cbf8811e0f4e170ca1c2ee8abf974
tree1146cf8fd8224127b8cd471dcd4fe34b47b141b1
parentf62a9a7eb9fda096fb88c013d6787c28090037a2
tests: unit test fixes

Removed port allocation test from the media suite.
The port allocation failure is now in the stream suite.
rtspserver:
Make sure that the media is suspended after the DESCRIBE request
before reconfiguring the UDP sinks.
rtspclientsink:
In the RECORD case we have to set async property to false
for the appsink element in the test in order to make sure
that the media pipeline doesn't hang in start_preroll().

https://bugzilla.gnome.org/show_bug.cgi?id=757488
tests/check/gst/media.c
tests/check/gst/rtspclientsink.c
tests/check/gst/rtspserver.c
tests/check/gst/stream.c