onvif tests: use g_cond_wait() correctly
authorMathieu Duponchelle <mathieu@centricular.com>
Mon, 15 Jul 2019 15:06:42 +0000 (17:06 +0200)
committerMathieu Duponchelle <mathieu@centricular.com>
Wed, 17 Jul 2019 13:39:45 +0000 (15:39 +0200)
commit571f119feaf5129cc789ada38cd6404d60fef2aa
tree5a4d38c3be0ebcaf78295a558be5a4c61b34c679
parentd1d404912e4979444d5f3853af1a4b6d9c43a96c
onvif tests: use g_cond_wait() correctly

g_cond_wait() has to be called in a loop until required conditions
are met

Fixes #71
tests/check/gst/onvif.c