Header cleanup: try to include as little as possible; this will probably speed up...
authorWim Taymans <wim.taymans@gmail.com>
Fri, 15 Dec 2000 01:57:34 +0000 (01:57 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Fri, 15 Dec 2000 01:57:34 +0000 (01:57 +0000)
commita63780a37746679663f90298afc4ead8418a2678
tree88a758dc1313d354a0136f6a8ac2277bf2b26335
parentf8386fbaa0e657fcbfeca6e81611053d687cddb0
Header cleanup: try to include as little as possible; this will probably speed up compilation a bit.

Original commit message from CVS:
Header cleanup: try to include as little as possible; this will probably
speed up compilation a bit.
changed the .c files to use #include "..."
Fix for the 'plugins are loaded twice' bug.
Fix 22186: GstObject flags are now used everywhere. Added *_FLAG_LAST so
elements do not use the same flags. Added some padding in the flag enum
for future expansion.
73 files changed:
gst/Makefile.am
gst/cothreads.c
gst/cothreads.h
gst/elements/gstasyncdisksrc.c
gst/elements/gstasyncdisksrc.h
gst/elements/gstaudiosink.h
gst/elements/gstaudiosrc.h
gst/elements/gstdisksrc.h
gst/elements/gstelements.c
gst/elements/gsthttpsrc.h
gst/elements/gstpipefilter.h
gst/gst.c
gst/gst.h
gst/gstarch.h
gst/gstbin.c
gst/gstbin.h
gst/gstbuffer.c
gst/gstbuffer.h
gst/gstbufferpool.c
gst/gstbufferpool.h
gst/gstcaps.c
gst/gstcaps.h
gst/gstclock.c
gst/gstclock.h
gst/gstconnection.c
gst/gstcpu.c
gst/gstcpu.h
gst/gstdebug.h
gst/gstelement.c
gst/gstelement.h
gst/gstelementfactory.c
gst/gstextratypes.c
gst/gstextratypes.h
gst/gstfilter.c
gst/gstfilter.h
gst/gstmeta.c
gst/gstmeta.h
gst/gstobject.c
gst/gstobject.h
gst/gstpad.c
gst/gstpad.h
gst/gstpipeline.c
gst/gstpipeline.h
gst/gstplugin.c
gst/gstplugin.h
gst/gstprops.c
gst/gstprops.h
gst/gstsink.c
gst/gstsink.h
gst/gstsrc.c
gst/gstsrc.h
gst/gsttee.c
gst/gstthread.c
gst/gstthread.h
gst/gsttrace.c
gst/gsttrace.h
gst/gsttype.c
gst/gstutils.c
gst/gstxml.c
gst/gstxml.h
gst/types/gsttypes.c
gstplay/gstmediaplay.c
plugins/elements/gstasyncdisksrc.c
plugins/elements/gstasyncdisksrc.h
plugins/elements/gstaudiosink.h
plugins/elements/gstaudiosrc.h
plugins/elements/gstdisksrc.h
plugins/elements/gstelements.c
plugins/elements/gsthttpsrc.h
plugins/elements/gstpipefilter.h
tests/.gitignore
tests/rip.c
tools/gstreamer-register.c