tests: fix g_usleep() in camerabin2 test
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 11 Dec 2011 15:03:17 +0000 (15:03 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 11 Dec 2011 15:03:17 +0000 (15:03 +0000)
commitf760b3318a8520c612cbceab64eb3112d3bd95a3
treeb0761e51ec06ebe484d47ba88cff1933a10eaeb3
parent93e2ee890f83b896bb03eaf6940cfa1c0e14d1b8
tests: fix g_usleep() in camerabin2 test

g_usleep() takes a microsecond value, GST_SECOND is nanoseconds, so
we were sleeping for more than 3 minutes here instead of 200ms.
tests/check/elements/camerabin2.c