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:44 +0000 (20:55 +0000)
committerAndy Wingo <wingo@pobox.com>
Sun, 24 Mar 2002 20:55:44 +0000 (20:55 +0000)
commit12bac12e5ca800f189b42e889993caac30cf0d55
tree75022976aac74c45cebb402029a6e1229b40704a
parent36a52a9edeb7baca532cecae69ecef972dfcd957
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-libs/gst/audio/audio.c
gst-libs/gst/idct/idct.c
gst-libs/gst/resample/resample.c
gst-libs/gst/riff/riff.c
gst/adder/gstadder.c