Merged from INCSCHED on 200505251!!! INCSCHED1-200105251
authorErik Walthinsen <omega@temple-baptist.org>
Fri, 25 May 2001 21:00:07 +0000 (21:00 +0000)
committerErik Walthinsen <omega@temple-baptist.org>
Fri, 25 May 2001 21:00:07 +0000 (21:00 +0000)
commit4a583683e5cdf35d6f059952cbae4416120f8749
treeae6079f992bebb3fb51ac8b97f2a16d8ea0ef64c
parent54271eca8ec659e79199f587de00fcbff0dea826
Merged from INCSCHED on 200505251!!!

Original commit message from CVS:
Merged from INCSCHED on 200505251!!!
111 files changed:
.gitignore
AUTHORS
Makefile.am
autogen.sh
configure.in
docs/gst/tmpl/cothreads.sgml
docs/gst/tmpl/gstelement.sgml
docs/gst/tmpl/gstfakesrc.sgml
docs/gst/tmpl/gstthread.sgml
docs/random/matth/scheduling.txt [new file with mode: 0644]
examples/Makefile.am
examples/autoplug/autoplug.c
examples/mixer/mixer.c
gst/Makefile.am
gst/autoplug/Makefile.am
gst/autoplug/autoplugtest.c [new file with mode: 0644]
gst/autoplug/gstautoplugcache.c [new file with mode: 0644]
gst/autoplug/gstautoplugger.c [new file with mode: 0644]
gst/autoplug/gststaticautoplug.c
gst/autoplug/gststaticautoplugrender.c
gst/cothreads.c
gst/cothreads.h
gst/elements/gstfakesrc.c
gst/elements/gstfakesrc.h
gst/elements/gstsinesrc.c
gst/gst.c
gst/gst.h
gst/gstbin.c
gst/gstbin.h
gst/gstbuffer.c
gst/gstcaps.c
gst/gstclock.c
gst/gstelement.c
gst/gstelement.h
gst/gstelementfactory.c
gst/gstinfo.c
gst/gstinfo.h
gst/gstobject.c
gst/gstobject.h
gst/gstpad.c
gst/gstpad.h
gst/gstpipeline.c
gst/gstprops.c
gst/gstqueue.c
gst/gstqueue.h
gst/gstscheduler.c
gst/gstscheduler.h
gst/gstthread.c
gst/gstthread.h
gst/gsttype.c
gst/gsttypefind.c
gst/gsttypes.h [new file with mode: 0644]
gst/gstxml.c
gstplay/Makefile.am
gstplay/gstmediaplay.c
gstplay/gstmediaplay.glade
gstplay/gstplay.c
gstplay/gstplay.h
gstplay/gstplayprivate.h
gstreamer-uninstalled.pc.in [new file with mode: 0644]
gstreamer.pc.in [new file with mode: 0644]
gstreamer.spec.in
libs/idct/gstidct.c
plugins/elements/gstfakesrc.c
plugins/elements/gstfakesrc.h
plugins/elements/gstqueue.c
plugins/elements/gstqueue.h
plugins/elements/gstsinesrc.c
test/.gitignore
test/Makefile.am
test/avi2mpg.c
test/cobin.c
test/dvshow.c
test/fake.c
test/mpeg2parse2.c
test/mpeg2parse3.c
test/mpeg2parse4.c [new file with mode: 0644]
test/video2mp1.c
test/videotest2.c
tests/Makefile.am
tests/incsched.c [new file with mode: 0644]
tests/mp1vid.c [new file with mode: 0644]
tests/old/examples/Makefile.am
tests/old/examples/autoplug/autoplug.c
tests/old/examples/mixer/mixer.c
tests/old/testsuite/refcounting/Makefile.am [new file with mode: 0644]
tests/old/testsuite/refcounting/bin.c [new file with mode: 0644]
tests/old/testsuite/refcounting/element.c [new file with mode: 0644]
tests/old/testsuite/refcounting/element_pad.c [new file with mode: 0644]
tests/old/testsuite/refcounting/mem.c [new file with mode: 0644]
tests/old/testsuite/refcounting/mem.h [new file with mode: 0644]
tests/old/testsuite/refcounting/object.c [new file with mode: 0644]
tests/old/testsuite/refcounting/pad.c [new file with mode: 0644]
tests/old/testsuite/refcounting/thread.c [new file with mode: 0644]
tests/reaping.c [new file with mode: 0644]
tests/states.c
tests/threadlock.c [new file with mode: 0644]
testsuite/refcounting/Makefile.am [new file with mode: 0644]
testsuite/refcounting/bin.c [new file with mode: 0644]
testsuite/refcounting/element.c [new file with mode: 0644]
testsuite/refcounting/element_pad.c [new file with mode: 0644]
testsuite/refcounting/mem.c [new file with mode: 0644]
testsuite/refcounting/mem.h [new file with mode: 0644]
testsuite/refcounting/object.c [new file with mode: 0644]
testsuite/refcounting/pad.c [new file with mode: 0644]
testsuite/refcounting/thread.c [new file with mode: 0644]
tools/.gitignore
tools/Makefile.am
tools/gstreamer-complete.c [new file with mode: 0644]
tools/gstreamer-compprep.c [new file with mode: 0644]
tools/gstreamer-inspect.c