commit to make gstreamer follow the gtk function/macro naming conventions:
authorAndy Wingo <wingo@pobox.com>
Thu, 11 Apr 2002 20:35:18 +0000 (20:35 +0000)
committerAndy Wingo <wingo@pobox.com>
Thu, 11 Apr 2002 20:35:18 +0000 (20:35 +0000)
commitb214d35eedcc17d449c590c85bf68946de67c77d
tree939aa3f9707f6318d2ae9b0c52122fee91eb83a1
parent55d823641346302813d82be137672354e4ffbad4
commit to make gstreamer follow the gtk function/macro naming conventions:

Original commit message from CVS:
commit to make gstreamer follow the gtk function/macro naming conventions:

GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE

and the same for *factory and typefind.
142 files changed:
docs/gst/tmpl/gstautoplug.sgml
docs/gst/tmpl/gstautoplugfactory.sgml
docs/gst/tmpl/gstelement.sgml
docs/gst/tmpl/gstelementfactory.sgml
docs/gst/tmpl/gstpad.sgml
docs/gst/tmpl/gstpadtemplate.sgml
docs/gst/tmpl/gstreamer-unused.sgml
docs/gst/tmpl/gstschedulerfactory.sgml
docs/gst/tmpl/gsttimecache.sgml
docs/gst/tmpl/gsttypefactory.sgml
docs/manual/advanced-autoplugging.xml
docs/manual/advanced-dparams.xml
docs/manual/advanced-threads.xml
docs/manual/appendix-checklist.xml
docs/manual/appendix-debugging.xml
docs/manual/autoplugging.xml
docs/manual/basics-bins.xml
docs/manual/basics-elements.xml
docs/manual/basics-helloworld.xml
docs/manual/basics-pads.xml
docs/manual/bins.xml
docs/manual/debugging.xml
docs/manual/dparams-app.xml
docs/manual/dynamic.xml
docs/manual/elements.xml
docs/manual/factories.xml
docs/manual/helloworld.xml
docs/manual/helloworld2.xml
docs/manual/highlevel-xml.xml
docs/manual/pads.xml
docs/manual/queues.xml
docs/manual/threads.xml
docs/manual/typedetection.xml
docs/manual/xml.xml
examples/autoplug/autoplug.c
examples/cutter/cutter.c
examples/events/seek.c
examples/helloworld/helloworld.c
examples/helloworld2/helloworld2.c
examples/mixer/mixer.c
examples/plugins/example.c
examples/queue/queue.c
examples/queue2/queue2.c
examples/queue3/queue3.c
examples/queue4/queue4.c
examples/thread/thread.c
examples/typefind/typefind.c
examples/xml/createxml.c
gst/autoplug/autoplugtest.c
gst/autoplug/gstautoplugcache.c
gst/autoplug/gstautoplugger.c
gst/autoplug/gstsearchfuncs.c
gst/autoplug/gstspider.c
gst/autoplug/gstspideridentity.c
gst/autoplug/gststaticautoplug.c
gst/autoplug/gststaticautoplugrender.c
gst/autoplug/spidertest.c
gst/elements/gstaggregator.c
gst/elements/gstelements.c
gst/elements/gstfakesink.c
gst/elements/gstfakesrc.c
gst/elements/gstmd5sink.c
gst/elements/gsttee.c
gst/gst.c
gst/gstautoplug.c
gst/gstautoplug.h
gst/gstbin.c
gst/gstcaps.c
gst/gstelement.c
gst/gstelement.h
gst/gstelementfactory.c
gst/gstinfo.c
gst/gstinfo.h
gst/gstpad.c
gst/gstpad.h
gst/gstparse.c
gst/gstpipeline.c
gst/gstscheduler.c
gst/gstscheduler.h
gst/gstthread.c
gst/gsttimecache.c
gst/gsttimecache.h
gst/gsttype.c
gst/gsttype.h
gst/gsttypefind.c
gst/gsttypefind.h
gst/gstxml.c
gst/parse/grammar.y
gst/schedulers/gstbasicscheduler.c
gst/schedulers/gstfastscheduler.c
gst/schedulers/gststandardscheduler.c
gst/types/gsttypes.c
libs/gst/bytestream/bstest.c
plugins/elements/gstaggregator.c
plugins/elements/gstelements.c
plugins/elements/gstfakesink.c
plugins/elements/gstfakesrc.c
plugins/elements/gstmd5sink.c
plugins/elements/gsttee.c
tests/lat.c
tests/muxing/case1.c
tests/old/examples/autoplug/autoplug.c
tests/old/examples/cutter/cutter.c
tests/old/examples/events/seek.c
tests/old/examples/helloworld/helloworld.c
tests/old/examples/helloworld2/helloworld2.c
tests/old/examples/mixer/mixer.c
tests/old/examples/plugins/example.c
tests/old/examples/queue/queue.c
tests/old/examples/queue2/queue2.c
tests/old/examples/queue3/queue3.c
tests/old/examples/queue4/queue4.c
tests/old/examples/thread/thread.c
tests/old/examples/typefind/typefind.c
tests/old/examples/xml/createxml.c
tests/old/testsuite/bytestream/gstbstest.c
tests/old/testsuite/bytestream/test1.c
tests/old/testsuite/cleanup/cleanup1.c
tests/old/testsuite/cleanup/cleanup2.c
tests/old/testsuite/cleanup/cleanup3.c
tests/old/testsuite/cleanup/cleanup4.c
tests/old/testsuite/cleanup/cleanup5.c
tests/old/testsuite/dynparams/dparamstest.c
tests/old/testsuite/elements/fake.c
tests/old/testsuite/elements/tee.c
tests/old/testsuite/refcounting/pad.c
tests/old/testsuite/threads/thread.c
tests/sched/dynamic-pipeline.c
testsuite/bytestream/gstbstest.c
testsuite/bytestream/test1.c
testsuite/cleanup/cleanup1.c
testsuite/cleanup/cleanup2.c
testsuite/cleanup/cleanup3.c
testsuite/cleanup/cleanup4.c
testsuite/cleanup/cleanup5.c
testsuite/dynparams/dparamstest.c
testsuite/elements/fake.c
testsuite/elements/tee.c
testsuite/refcounting/pad.c
testsuite/threads/thread.c
tools/gst-compprep.c
tools/gst-inspect.c