Mega update of INFO, DEBUG, and ERROR subsystems, renamed with GST_ prefix.
authorErik Walthinsen <omega@temple-baptist.org>
Mon, 1 Jan 2001 03:14:40 +0000 (03:14 +0000)
committerErik Walthinsen <omega@temple-baptist.org>
Mon, 1 Jan 2001 03:14:40 +0000 (03:14 +0000)
commit1e04cefaf2612591bee5d4345018d70cf6a414f4
tree647b0a862d070fc31e9e1442e24b0d8ff6110def
parente154186bc4e94e85ef67f6488785e64fd76b3327
Mega update of INFO, DEBUG, and ERROR subsystems, renamed with GST_ prefix.

Original commit message from CVS:
Mega update of INFO, DEBUG, and ERROR subsystems, renamed with GST_ prefix.
GST_DEBUG now takes a category parameter, which is the same as GST_INFO
system.  They are now called GST_CAT_*.  All the GST_DEBUGs are set to 0
for now, we need to go and fix all these eventually.
38 files changed:
gst/cothreads.c
gst/elements/gstasyncdisksrc.c
gst/elements/gstaudiosink.c
gst/elements/gstaudiosrc.c
gst/elements/gstdisksrc.c
gst/elements/gstfdsink.c
gst/elements/gstpipefilter.c
gst/elements/gstqueue.c
gst/elements/gstsinesrc.c
gst/gst.c
gst/gstautoplug.c
gst/gstbin.c
gst/gstbuffer.c
gst/gstbufferpool.c
gst/gstcaps.c
gst/gstclock.c
gst/gstcpu.c
gst/gstelement.c
gst/gstelementfactory.c
gst/gstinfo.c
gst/gstinfo.h
gst/gstobject.c
gst/gstpad.c
gst/gstpipeline.c
gst/gstplugin.c
gst/gstprops.c
gst/gstscheduler.c
gst/gstthread.c
gst/gsttype.c
gst/gstxml.c
plugins/elements/gstasyncdisksrc.c
plugins/elements/gstaudiosink.c
plugins/elements/gstaudiosrc.c
plugins/elements/gstdisksrc.c
plugins/elements/gstfdsink.c
plugins/elements/gstpipefilter.c
plugins/elements/gstqueue.c
plugins/elements/gstsinesrc.c