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:18 +0000 (15:01 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sun, 21 Aug 2005 15:01:18 +0000 (15:01 +0000)
commite5afa8a31b66824e4bf594aa927616f963d95b95
tree5bd4da8724c878384f5ebe5e831b3cd003c8f68a
parent080b848ffb8b88c5166da88dd5db73f769fec733
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
12 files changed:
ChangeLog
check/Makefile.am
check/gst/gstbin.c
common
gst/base/gstbasesink.c
gst/check/gstcheck.h
gst/gstbin.c
gst/gstpad.c
libs/gst/base/gstbasesink.c
libs/gst/check/gstcheck.h
tests/check/Makefile.am
tests/check/gst/gstbin.c