Megapatch, changes which states are available, how they're used, and how they're...
authorErik Walthinsen <omega@temple-baptist.org>
Mon, 17 Jul 2000 17:14:15 +0000 (17:14 +0000)
committerErik Walthinsen <omega@temple-baptist.org>
Mon, 17 Jul 2000 17:14:15 +0000 (17:14 +0000)
commitb6d31c1c72cfa3446eff47d401f981ae8500c016
tree6507481d7ea8a1775fb71407e0b6d87ce502bc41
parent5effd6fe5d5187e8ad3e876b6996ca291c1c603c
Megapatch, changes which states are available, how they're used, and how they're set.  Also modifies the scheduling s...

Original commit message from CVS:
Megapatch, changes which states are available, how they're used, and how
they're set.  Also modifies the scheduling system, breaking pulled
buffers.  Check mail archives for more details.
30 files changed:
Makefile.am
autogen.sh
configure.in
docs/Makefile.am
docs/gst/gstreamer-decl.txt
gst/Makefile.am
gst/elements/gstelements.c
gst/elements/gstfakesink.c
gst/elements/gstfakesrc.c
gst/gstbin.c
gst/gstbin.h
gst/gstclock.c
gst/gstelement.c
gst/gstelement.h
gst/gstpad.c
gst/gstpad.h
gst/gstpipeline.c
gst/gstthread.c
gst/gstthread.h
plugins/elements/gstelements.c
plugins/elements/gstfakesink.c
plugins/elements/gstfakesrc.c
test/fake.c
tests/.gitignore [new file with mode: 0644]
tests/Makefile.am [new file with mode: 0644]
tests/README [new file with mode: 0644]
tests/init.c [new file with mode: 0644]
tests/loadall.c [new file with mode: 0644]
tests/simplefake.c [new file with mode: 0644]
tests/states.c [new file with mode: 0644]