tests/check/elements/multiqueue.c: Use a GStaticMutex to protect all cases where...
authorJan Schmidt <thaytan@mad.scientist.com>
Mon, 16 Jul 2007 16:04:49 +0000 (16:04 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Mon, 16 Jul 2007 16:04:49 +0000 (16:04 +0000)
commit4fb00301dd522944e65ab7ed6b3b880e37cec4c9
treead6acf5b615edc931f5e8da466bbe10cd6cbcb44
parent54eb646c3e4eb788413ab8e0ee3dee83ca678273
tests/check/elements/multiqueue.c: Use a GStaticMutex to protect all cases where libcheck fail_if/fail_unless macros ...

Original commit message from CVS:
* tests/check/elements/multiqueue.c: (mq_dummypad_chain),
(mq_dummypad_event), (run_output_order_test):
Use a GStaticMutex to protect all cases where libcheck
fail_if/fail_unless macros might be called from multiple threads
simultaneously to avoid errors like:
"check_pack.c:107: :-1081725400:Bad message type arg"
ChangeLog
tests/check/elements/multiqueue.c