check/gst/gstminiobject.c: don't use check calls from threads; check probably isn...
authorThomas Vander Stichele <thomas@apestaart.org>
Thu, 24 Nov 2005 18:40:58 +0000 (18:40 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Thu, 24 Nov 2005 18:40:58 +0000 (18:40 +0000)
commit888bf798532aeabaa62fafe3ccf808f2886d738b
tree1c744ef3c591991584f65ce9673f7b5b18ab5b2e
parent6ceca6153b269d3e4e490392804bb27f2f49ac1c
check/gst/gstminiobject.c: don't use check calls from threads; check probably isn't threadsafe and using a lock to ma...

Original commit message from CVS:

* check/gst/gstminiobject.c: (thread_ref), (GST_START_TEST),
(gst_mini_object_suite):
don't use check calls from threads; check probably isn't
threadsafe and using a lock to make it threadsafe would
defeat the purpose of this check
* gst/check/gstcheck.c:
* gst/check/gstcheck.h:
use GST_DEBUG some more
ChangeLog
check/gst/gstminiobject.c
gst/check/gstcheck.c
gst/check/gstcheck.h
libs/gst/check/gstcheck.c
libs/gst/check/gstcheck.h
tests/check/gst/gstminiobject.c