Merged from GOBJECT1 to HEAD at 200106241 GOBJECT1-200106241
authorErik Walthinsen <omega@temple-baptist.org>
Mon, 25 Jun 2001 01:20:11 +0000 (01:20 +0000)
committerErik Walthinsen <omega@temple-baptist.org>
Mon, 25 Jun 2001 01:20:11 +0000 (01:20 +0000)
commit7f8d8fe8d5c184f05ad388b3f2ea19383a2954f9
tree5948ecb95948b38c7cdf316585a741c442d0a31e
parent2703619624604e7cf1fc5e9cb5908f60cf5704c9
Merged from GOBJECT1 to HEAD at 200106241

Original commit message from CVS:
Merged from GOBJECT1 to HEAD at 200106241
180 files changed:
acconfig.h
configure.base
docs/random/wtay/events [new file with mode: 0644]
examples/Makefile.am
examples/cutter/cutter.c
examples/helloworld/helloworld.c
examples/helloworld2/helloworld2.c
examples/mixer/mixer.c
examples/plugins/example.c
examples/plugins/example.h
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
examples/xml/runxml.c
gst/Makefile.am
gst/autoplug/autoplugtest.c
gst/autoplug/gstautoplugcache.c
gst/autoplug/gstautoplugger.c
gst/autoplug/gststaticautoplug.c
gst/autoplug/gststaticautoplug.h
gst/autoplug/gststaticautoplugrender.c
gst/autoplug/gststaticautoplugrender.h
gst/elements/Makefile.am
gst/elements/gstdisksink.c
gst/elements/gstdisksink.h
gst/elements/gstdisksrc.c
gst/elements/gstdisksrc.h
gst/elements/gstelements.c
gst/elements/gstfakesink.c
gst/elements/gstfakesink.h
gst/elements/gstfakesrc.c
gst/elements/gstfakesrc.h
gst/elements/gstfdsink.c
gst/elements/gstfdsink.h
gst/elements/gstfdsrc.c
gst/elements/gstfdsrc.h
gst/elements/gsthttpsrc.c
gst/elements/gsthttpsrc.h
gst/elements/gstidentity.c
gst/elements/gstidentity.h
gst/elements/gstmultidisksrc.c
gst/elements/gstmultidisksrc.h
gst/elements/gstmultifilesrc.c
gst/elements/gstmultifilesrc.h
gst/elements/gstpipefilter.c
gst/elements/gstpipefilter.h
gst/elements/gstsinesrc.c
gst/elements/gstsinesrc.h
gst/elements/gsttee.c
gst/elements/gsttee.h
gst/gobject2gtk.c [new file with mode: 0644]
gst/gobject2gtk.h [new file with mode: 0644]
gst/gst.c
gst/gst.h
gst/gstautoplug.c
gst/gstautoplug.h
gst/gstbin.c
gst/gstbin.h
gst/gstelement.c
gst/gstelement.h
gst/gstelementfactory.c
gst/gstextratypes.c
gst/gstextratypes.h
gst/gstmarshal.c [new file with mode: 0644]
gst/gstmarshal.h [new file with mode: 0644]
gst/gstobject.c
gst/gstobject.h
gst/gstpad.c
gst/gstpad.h
gst/gstparse.c
gst/gstpipeline.c
gst/gstpipeline.h
gst/gstqueue.c
gst/gstqueue.h
gst/gstscheduler.c
gst/gstscheduler.h
gst/gstthread.c
gst/gstthread.h
gst/gsttypefind.c
gst/gsttypefind.h
gst/gstutils.c
gst/gstutils.h
gst/gstxml.c
gst/gstxml.h
gstplay/gstplay.c
plugins/elements/Makefile.am
plugins/elements/gstdisksink.c
plugins/elements/gstdisksink.h
plugins/elements/gstdisksrc.c
plugins/elements/gstdisksrc.h
plugins/elements/gstelements.c
plugins/elements/gstfakesink.c
plugins/elements/gstfakesink.h
plugins/elements/gstfakesrc.c
plugins/elements/gstfakesrc.h
plugins/elements/gstfdsink.c
plugins/elements/gstfdsink.h
plugins/elements/gstfdsrc.c
plugins/elements/gstfdsrc.h
plugins/elements/gsthttpsrc.c
plugins/elements/gsthttpsrc.h
plugins/elements/gstidentity.c
plugins/elements/gstidentity.h
plugins/elements/gstmultidisksrc.c
plugins/elements/gstmultidisksrc.h
plugins/elements/gstmultifilesrc.c
plugins/elements/gstmultifilesrc.h
plugins/elements/gstpipefilter.c
plugins/elements/gstpipefilter.h
plugins/elements/gstqueue.c
plugins/elements/gstqueue.h
plugins/elements/gstsinesrc.c
plugins/elements/gstsinesrc.h
plugins/elements/gsttee.c
plugins/elements/gsttee.h
test/ac3parse.c
test/ac3play.c
test/avi2mpg.c
test/aviparse.c
test/dvdcat.c
test/lat.c
test/mp1parse.c
test/mp1tomp1.c
test/mp2toavi.c
test/mp2tomp1.c
test/mp3.c
test/mp3mad.c
test/mp3parse.c
test/mp3play.c
test/mp3tovorbis.c
test/mpeg2parse.c
test/pipetest.c
test/qtest.c
test/record.c
test/vidcapture.c
test/vidcapture2.c
test/videotest.c
test/wave.c
test/xmmstest.c
tests/autoplug.c
tests/autoplug3.c
tests/case4.c
tests/eos/case1.c
tests/eos/case2.c
tests/eos/case3.c
tests/eos/case4.c
tests/eos/case5.c
tests/eos/case6.c
tests/eos/case7.c
tests/incsched.c
tests/mp1vid.c
tests/mp3encode.c
tests/old/examples/Makefile.am
tests/old/examples/cutter/cutter.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/plugins/example.h
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/examples/xml/runxml.c
tests/paranoia.c
tests/queue.c
tests/rip.c
tests/sched/runxml.c
tests/states.c
tests/threadlock.c
tools/gstreamer-compprep.c
tools/gstreamer-inspect.c
tools/gstreamer-launch.c