*.*: Ran scripts/update-macros. Oh yes. gst/gstobject.h (GST_OBJECT_GET_LOCK, GST_OBJ...
authorAndy Wingo <wingo@pobox.com>
Mon, 21 Nov 2005 16:34:26 +0000 (16:34 +0000)
committerAndy Wingo <wingo@pobox.com>
Mon, 21 Nov 2005 16:34:26 +0000 (16:34 +0000)
commit44c548b205b3a9d39788653bf479448ab5f1258d
tree6e094fbdacfcd93863a23d21e91afb80500a090f
parent32d6280888f3165dc8392a8e891899dc0215522b
*.*: Ran scripts/update-macros. Oh yes. gst/gstobject.h (GST_OBJECT_GET_LOCK, GST_OBJECT_LOCK)

Original commit message from CVS:
2005-11-21  Andy Wingo  <wingo@pobox.com>

* *.h:
* *.c: Ran scripts/update-macros. Oh yes.

* gst/gstobject.h (GST_OBJECT_GET_LOCK, GST_OBJECT_LOCK)
(GST_OBJECT_TRYLOCK, GST_OBJECT_UNLOCK): Renamed from
GST_GET_LOCK, etc.

* scripts/update-macros: New script. Run it on your files to
change GST_LOCK to GST_OBJECT_LOCK, and the same for UNLOCK as
well.
46 files changed:
ChangeLog
check/gst/gstghostpad.c
check/gst/gstobject.c
docs/design/part-MT-refcounting.txt
docs/gst/gstreamer-sections.txt
docs/pwg/appendix-porting.xml
docs/random/queue
docs/random/wtay/threading
gst/base/gstbasesink.c
gst/base/gstbasesrc.c
gst/base/gstbasetransform.c
gst/base/gstcollectpads.c
gst/base/gstcollectpads.h
gst/elements/gstfakesink.c
gst/elements/gstfakesrc.c
gst/elements/gstidentity.c
gst/elements/gsttee.c
gst/gstbin.c
gst/gstbus.c
gst/gstclock.c
gst/gstclock.h
gst/gstelement.c
gst/gstelement.h
gst/gstghostpad.c
gst/gstobject.c
gst/gstobject.h
gst/gstpad.c
gst/gstpad.h
gst/gstpipeline.c
gst/gstregistry.c
gst/gstsystemclock.c
gst/gsttask.c
gst/gsttask.h
gst/gstutils.c
libs/gst/base/gstbasesink.c
libs/gst/base/gstbasesrc.c
libs/gst/base/gstbasetransform.c
libs/gst/base/gstcollectpads.c
libs/gst/base/gstcollectpads.h
plugins/elements/gstfakesink.c
plugins/elements/gstfakesrc.c
plugins/elements/gstidentity.c
plugins/elements/gsttee.c
scripts/update-macros [new file with mode: 0755]
tests/check/gst/gstghostpad.c
tests/check/gst/gstobject.c