harness: don't run code inside g_assert
authorLuis de Bethencourt <luis@debethencourt.com>
Wed, 5 Aug 2015 13:05:25 +0000 (14:05 +0100)
committerLuis de Bethencourt <luis@debethencourt.com>
Wed, 5 Aug 2015 13:05:27 +0000 (14:05 +0100)
commit60de1f26c78feb0cde6d3f82cf86cf35daa71cc0
tree9a7624da6b1cf11a60b31ed1a19b3b49cfe5638e
parent62f6207e044992e3f161bfb7406d7e6477527dc9
harness: don't run code inside g_assert

Even though asserts can't be disabled in GstHarness, Coverity still
complains about running code inside them. Moving the code to outside the
g_asserts().

CID #1311326, #1311327, #1311328
libs/gst/check/gstharness.c