added plugin_desc structures to libs, which makes their locations cached in the regis...
authorAndy Wingo <wingo@pobox.com>
Sun, 24 Mar 2002 20:55:45 +0000 (20:55 +0000)
committerAndy Wingo <wingo@pobox.com>
Sun, 24 Mar 2002 20:55:45 +0000 (20:55 +0000)
commitc12c39d37c20f51b22b79ace0f2dfc059b57289e
tree49735a2acf05dff9dcf129f7adaaf374609eef22
parentf2f4a4456917dd00546eea56e42b2f46d4ddf2ca
added plugin_desc structures to libs, which makes their locations cached in the registry. this speeds plugin loading ...

Original commit message from CVS:
* added plugin_desc structures to libs, which makes their locations cached in the registry. this
speeds plugin loading considerably, especially on uninstalled versions.

* put the lib path before all others, for speed reasons.

* some fixes to adder's caps.

* added linefeeds (\n) to GST_DEBUG strings to match GST_INFO behavior. this is more sane. all
code will need to be converted. i think some perl can do this.
gst/gstinfo.c
gst/gstplugin.c
libs/gst/bytestream/bytestream.c
libs/gst/control/control.c
libs/gst/getbits/getbits.c
libs/gst/putbits/putbits.c