fix refcounting tests so that they compile and run, but they fail currently: gst...
authorAndy Wingo <wingo@pobox.com>
Sat, 11 May 2002 20:30:05 +0000 (20:30 +0000)
committerAndy Wingo <wingo@pobox.com>
Sat, 11 May 2002 20:30:05 +0000 (20:30 +0000)
commit1f0374782c7c11305527973c3c4406276984dbe1
tree7dc9c9e007749925a5129f9621255ad8aff97d9a
parent4b8c43a3d98062b01c079de3287d55cc7914dbd8
fix refcounting tests so that they compile and run, but they fail currently: gst leaks obscene amounts of memory ;) f...

Original commit message from CVS:
* fix refcounting tests so that they compile and run, but they fail currently:
gst leaks obscene amounts of memory ;)
* fix plugin loading test so that it only refers to plugins within the gstreamer/
tree
* store gst plugin paths in the registry
* is GST_REGISTRY is set, only use the user registry with the PLUGIN_PATH explictly
specified by the user
* all tests should pass now except refcounting
16 files changed:
gst/gst.c
gst/gstregistry.c
gst/registries/gstxmlregistry.c
gst/registries/gstxmlregistry.h
tests/old/testsuite/plugin/loading.c
tests/old/testsuite/refcounting/Makefile.am
tests/old/testsuite/refcounting/bin.c
tests/old/testsuite/refcounting/element.c
tests/old/testsuite/refcounting/element_pad.c
tests/old/testsuite/refcounting/pad.c
testsuite/plugin/loading.c
testsuite/refcounting/Makefile.am
testsuite/refcounting/bin.c
testsuite/refcounting/element.c
testsuite/refcounting/element_pad.c
testsuite/refcounting/pad.c