remove
authorDavid Schleef <ds@schleef.org>
Thu, 15 Sep 2005 00:13:26 +0000 (00:13 +0000)
committerDavid Schleef <ds@schleef.org>
Thu, 15 Sep 2005 00:13:26 +0000 (00:13 +0000)
commita3bac0703c10ef807af2205298423a105aea3ff3
treefaa02e6c38fe63bf93926540e8bcd80a8ee05518
parentd587018043c65d6d0ef95bf4001e9c2d5c2ac6ba
remove

Original commit message from CVS:
* check/Makefile.am:
* check/generic/states.c:
* gst/Makefile.am:
* gst/gst.c:
* gst/gst.h:
* gst/gst_private.h:
* gst/gstelementfactory.c:
* gst/gstindex.c:
* gst/gstinfo.c:
* gst/gstplugin.c:
* gst/gstplugin.h:
* gst/gstpluginfeature.c:
* gst/gstpluginfeature.h:
* gst/gstregistry.c:
* gst/gstregistry.h:
* gst/gstregistrypool.c: remove
* gst/gstregistrypool.h: remove
* gst/gsttypefind.c:
* gst/gsttypefindfactory.c:
* gst/gsturi.c:
* tools/Makefile.am:
* tools/gst-compprep.c:
* tools/gst-inspect.c:
* tools/gst-register.c: remove
* tools/gst-xmlinspect.c:
Registry rewrite.  Changes registry from being a file created
by a tool into a simple cache file created automatically by
libgstreamer.  Removed gst-register (because it's no longer
needed).  Remove registry pools, because we only have one
registry implementation (XML).  Fix up other subsystems as
necessary.
28 files changed:
ChangeLog
check/Makefile.am
check/generic/states.c
gst/Makefile.am
gst/gst.c
gst/gst.h
gst/gst_private.h
gst/gstelementfactory.c
gst/gstindex.c
gst/gstinfo.c
gst/gstplugin.c
gst/gstplugin.h
gst/gstpluginfeature.c
gst/gstpluginfeature.h
gst/gstregistry.c
gst/gstregistry.h
gst/gstregistrypool.c [deleted file]
gst/gstregistrypool.h [deleted file]
gst/gsttypefind.c
gst/gsttypefindfactory.c
gst/gsturi.c
tests/check/Makefile.am
tests/check/generic/states.c
tools/Makefile.am
tools/gst-compprep.c
tools/gst-inspect.c
tools/gst-register.c [deleted file]
tools/gst-xmlinspect.c