Massive, massive update of most source files. I went through and cleaned up all...
authorErik Walthinsen <omega@temple-baptist.org>
Tue, 2 Jan 2001 08:13:34 +0000 (08:13 +0000)
committerErik Walthinsen <omega@temple-baptist.org>
Tue, 2 Jan 2001 08:13:34 +0000 (08:13 +0000)
commitae0d5d18890ec47120183145c0a04aaa9cfb6fb2
treea5f3b5e79f2f0de3359ca77e20468ef6cb4704a1
parent18132480f4ddf69dc714b916e7879b59f86ed41d
Massive, massive update of most source files.  I went through and cleaned up all the warnings that I could, which inv...

Original commit message from CVS:
Massive, massive update of most source files.  I went through and cleaned
up all the warnings that I could, which involved fixing some of the plugins.

The configure.in script was re-arranged and cleaned up so, and a check for
libtool 1.3.5 was added to autogen.sh.  Added checks for Gtk and GNOME.

Some plugins were removed from the list of things to build for various reasons.

Added GST_DEBUG_FORCE_DISABLE in gstgetbits, since that's time critical and
even an if() from a DEBUG can significantly increase runtimes.
22 files changed:
acconfig.h
autogen.sh
configure.in
docs/random/TODO-post-0.1.0
examples/autoplug/Makefile.am
gst/elements/Makefile.am
gst/elements/gstasyncdisksrc.c
gst/gstplugin.c
include/registry.h
libs/colorspace/gstcolorspace.h
libs/colorspace/rgb2rgb.c
libs/getbits/Makefile.am
libs/getbits/gstgetbits.c
libs/getbits/gstgetbits.h
libs/getbits/gstgetbits_generic.c
libs/idct/Makefile.am
libs/riff/gstriffencode.c
libs/riff/gstriffparse.c
libs/videoscale/gstvideoscale.c
plugins/elements/Makefile.am
plugins/elements/gstasyncdisksrc.c
tests/old/examples/autoplug/Makefile.am