update plugin initialization restructuring (see email for details
authorBenjamin Otte <otte@gnome.org>
Fri, 31 Oct 2003 19:32:47 +0000 (19:32 +0000)
committerBenjamin Otte <otte@gnome.org>
Fri, 31 Oct 2003 19:32:47 +0000 (19:32 +0000)
commit907e3e97d932da8c943f83e65acadff55c8ab0e3
tree9cebb0eb3313ffb3f1d8cf08be34f1182c2b9f6e
parent37d3d6ec994df7b64d9cda57be44233d6d63dcaa
update plugin initialization restructuring (see email for details

Original commit message from CVS:
update plugin initialization restructuring (see email for details
129 files changed:
configure.ac
examples/plugins/example.c
gst/autoplug/gstautoplugcache.c
gst/autoplug/gstautoplugger.c
gst/autoplug/gstsearchfuncs.c
gst/autoplug/gstspider.c
gst/autoplug/gstspideridentity.c
gst/autoplug/gstspideridentity.h
gst/autoplug/gststaticautoplug.c
gst/autoplug/gststaticautoplugrender.c
gst/elements/gstaggregator.c
gst/elements/gstaggregator.h
gst/elements/gstbufferstore.c
gst/elements/gstelements.c
gst/elements/gstfakesink.c
gst/elements/gstfakesink.h
gst/elements/gstfakesrc.c
gst/elements/gstfakesrc.h
gst/elements/gstfdsink.c
gst/elements/gstfdsink.h
gst/elements/gstfdsrc.c
gst/elements/gstfdsrc.h
gst/elements/gstfilesink.c
gst/elements/gstfilesink.h
gst/elements/gstfilesrc.c
gst/elements/gstfilesrc.h
gst/elements/gstidentity.c
gst/elements/gstidentity.h
gst/elements/gstmd5sink.c
gst/elements/gstmd5sink.h
gst/elements/gstmultidisksrc.c
gst/elements/gstmultidisksrc.h
gst/elements/gstmultifilesrc.c
gst/elements/gstmultifilesrc.h
gst/elements/gstpipefilter.c
gst/elements/gstpipefilter.h
gst/elements/gstshaper.c
gst/elements/gstshaper.h
gst/elements/gststatistics.c
gst/elements/gststatistics.h
gst/elements/gsttee.c
gst/elements/gsttee.h
gst/elements/gsttypefind.c
gst/elements/gsttypefind.h
gst/elements/gsttypefindelement.c
gst/elements/gsttypefindelement.h
gst/gst.c
gst/gst_private.h
gst/gstbin.c
gst/gstbin.h
gst/gstelement.c
gst/gstelement.h
gst/gstelementfactory.c
gst/gstinfo.c
gst/gstpipeline.c
gst/gstpipeline.h
gst/gstplugin.c
gst/gstplugin.h
gst/gstpluginfeature.c
gst/gstqueue.c
gst/gstqueue.h
gst/gstthread.c
gst/gstthread.h
gst/gsttypefind.c
gst/gsttypefind.h
gst/gsttypes.h
gst/indexers/gstfileindex.c
gst/indexers/gstindexers.c
gst/indexers/gstmemindex.c
gst/registries/gstxmlregistry.c
gst/schedulers/gstbasicscheduler.c
gst/schedulers/gstoptimalscheduler.c
libs/gst/bytestream/bytestream.c
libs/gst/getbits/getbits.c
plugins/elements/gstaggregator.c
plugins/elements/gstaggregator.h
plugins/elements/gstbufferstore.c
plugins/elements/gstelements.c
plugins/elements/gstfakesink.c
plugins/elements/gstfakesink.h
plugins/elements/gstfakesrc.c
plugins/elements/gstfakesrc.h
plugins/elements/gstfdsink.c
plugins/elements/gstfdsink.h
plugins/elements/gstfdsrc.c
plugins/elements/gstfdsrc.h
plugins/elements/gstfilesink.c
plugins/elements/gstfilesink.h
plugins/elements/gstfilesrc.c
plugins/elements/gstfilesrc.h
plugins/elements/gstidentity.c
plugins/elements/gstidentity.h
plugins/elements/gstmd5sink.c
plugins/elements/gstmd5sink.h
plugins/elements/gstmultidisksrc.c
plugins/elements/gstmultidisksrc.h
plugins/elements/gstmultifilesrc.c
plugins/elements/gstmultifilesrc.h
plugins/elements/gstpipefilter.c
plugins/elements/gstpipefilter.h
plugins/elements/gstqueue.c
plugins/elements/gstqueue.h
plugins/elements/gstshaper.c
plugins/elements/gstshaper.h
plugins/elements/gststatistics.c
plugins/elements/gststatistics.h
plugins/elements/gsttee.c
plugins/elements/gsttee.h
plugins/elements/gsttypefind.c
plugins/elements/gsttypefind.h
plugins/elements/gsttypefindelement.c
plugins/elements/gsttypefindelement.h
plugins/indexers/gstfileindex.c
plugins/indexers/gstindexers.c
plugins/indexers/gstmemindex.c
tests/old/examples/plugins/example.c
tests/old/testsuite/bytestream/Makefile.am
tests/old/testsuite/bytestream/gstbstest.c
tests/old/testsuite/plugin/static2.c
tests/old/testsuite/plugin/testplugin.c
tests/old/testsuite/plugin/testplugin2.c
testsuite/bytestream/Makefile.am
testsuite/bytestream/gstbstest.c
testsuite/plugin/static2.c
testsuite/plugin/testplugin.c
testsuite/plugin/testplugin2.c
tools/gst-inspect.c
tools/gst-register.c
tools/gst-xmlinspect.c