check/Makefile.am: re-enable tests now that leaks are plugged
authorThomas Vander Stichele <thomas@apestaart.org>
Mon, 19 Sep 2005 14:09:54 +0000 (14:09 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Mon, 19 Sep 2005 14:09:54 +0000 (14:09 +0000)
commit91cc8f969e8aac952dcfa6c356a09cf191ec774e
treee9230ffea6f3b2ef301f3c55c744276eba1c7231
parente25dbd4e612196b67bc42f6cd15551b7ba7c2ce5
check/Makefile.am: re-enable tests now that leaks are plugged

Original commit message from CVS:
* check/Makefile.am:
re-enable tests now that leaks are plugged
* check/gst/gst.c:
* check/gst/gstbin.c:
* check/gst/gstpipeline.c:
add some more tests while fixing leaks
* common/check.mak:
make sure binaries are uptodate when valgrinding/gdbing
* gst/gst.c:
* gst/gstelementfactory.c:
remove a ref too many, and add a FIXME for when we get
round to disposing of classes
* gst/gstplugin.c:
fix the refcounting when loading a plugin from a file and
the code pretends that the pointer is the same even though
of course it can change
* gst/gstpluginfeature.c:
unref plugins marked cached (a bit confusing as a name)
as the docs state should be done
various doc additions to explain refcounting
* gst/gstregistry.c:
* gst/gstregistryxml.c:
debugging
12 files changed:
ChangeLog
check/Makefile.am
check/gst/gst.c
common
gst/gst.c
gst/gstelementfactory.c
gst/gstplugin.c
gst/gstpluginfeature.c
gst/gstregistry.c
gst/gstregistryxml.c
tests/check/Makefile.am
tests/check/gst/gst.c