check/Makefile.am: clean up environment for when registry gets built versus when...
authorThomas Vander Stichele <thomas@apestaart.org>
Sun, 21 Aug 2005 15:01:17 +0000 (15:01 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sun, 21 Aug 2005 15:01:17 +0000 (15:01 +0000)
commitaa2a757c587d91069a230d8e656481c3c364ccc6
tree7866d2b00408c381f3ef243532ed13677ffb02a5
parent609c7716bab17e1dc086d3b54b51740300ec6f0f
check/Makefile.am: clean up environment for when registry gets built versus when actual tests are run; valgrind seems...

Original commit message from CVS:

* check/Makefile.am:
clean up environment for when registry gets built versus
when actual tests are run; valgrind seems to not report
leaks if GST_PLUGIN_PATH is set to some specific values
* check/gst/gstbin.c: (GST_START_TEST):
add more refcounting checks; maybe this exposes a
preroll lock bug ?
* common/check.mak:
* gst/base/gstbasesink.c: (gst_base_sink_handle_object):
* gst/check/gstcheck.h:
* gst/gstbin.c: (bin_element_is_semi_sink), (gst_bin_get_state),
(gst_bin_change_state):
* gst/gstpad.c: (gst_pad_activate_push), (gst_pad_chain):
add/fix debugging/whitespace
check.mak