check/Makefile.am: Fix environment variables.
authorDavid Schleef <ds@schleef.org>
Sun, 18 Sep 2005 06:59:25 +0000 (06:59 +0000)
committerDavid Schleef <ds@schleef.org>
Sun, 18 Sep 2005 06:59:25 +0000 (06:59 +0000)
commitcb798ac570e4a4f86001d5d26af550eb09f4c329
treea8391cb1600dcf4deeb6ce811ff16cd1757612ea
parent687441277937689ccb2bbcd7520428b62754a5ea
check/Makefile.am: Fix environment variables.

Original commit message from CVS:
* check/Makefile.am: Fix environment variables.
* check/gst/gstplugin.c: Fix for API changes.
* tools/gst-inspect.c: Fix for API changes.
* tools/gst-xmlinspect.c: Fix for API changes.
* gst/gstelementfactory.c:
* gst/gstplugin.c:
* gst/gstplugin.h:
* gst/gstpluginfeature.c:
* gst/gstpluginfeature.h:
* gst/gstregistry.c:
* gst/gstregistry.h:
* gst/gstregistryxml.c:
* gst/gsttypefind.c:
* gst/gsttypefindfactory.c:
* gst/indexers/gstfileindex.c:
* gst/indexers/gstmemindex.c:
* gst/schedulers/Makefile.am:
Change registry to keep track of both plugins and features,
removing the feature tracking from plugins themselves.
23 files changed:
ChangeLog
check/Makefile.am
check/gst/gstplugin.c
common
gst/gstelementfactory.c
gst/gstplugin.c
gst/gstplugin.h
gst/gstpluginfeature.c
gst/gstpluginfeature.h
gst/gstregistry.c
gst/gstregistry.h
gst/gstregistryxml.c
gst/gsttypefind.c
gst/gsttypefindfactory.c
gst/indexers/gstfileindex.c
gst/indexers/gstmemindex.c
gst/schedulers/Makefile.am [deleted file]
plugins/indexers/gstfileindex.c
plugins/indexers/gstmemindex.c
tests/check/Makefile.am
tests/check/gst/gstplugin.c
tools/gst-inspect.c
tools/gst-xmlinspect.c