mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 17:09:48 +00:00
e5ab7f33ac
Original commit message from CVS: A first attempt to fix the queues in a cothreaded pipeline. Some fixes to the thread handling. Fix a bug in gstreamer-config : gthread was not included. gst_bin_create_plan() is now done in the READY state. a bin with only another bin in it will now work with gst_bin_iterate. Added some examples for the queues. |
||
---|---|---|
.. | ||
bindings | ||
cothreads | ||
xml | ||
.gitignore | ||
a.c | ||
ac3parse.c | ||
ac3play.c | ||
ac3sync.c | ||
args.c | ||
avi2mpg.c | ||
aviparse.c | ||
basic.c | ||
buffer.c | ||
cobin.c | ||
dvdcat.c | ||
fake.c | ||
gsttracedump.c | ||
jitter.c | ||
m.c | ||
Makefile.am | ||
mcut.c | ||
mem.c | ||
mem.h | ||
mp1parse.c | ||
mp1tomp1.c | ||
mp2toavi.c | ||
mp2tomp1.c | ||
mp3.c | ||
mp3parse.c | ||
mp3play.c | ||
mp3tovorbis.c | ||
mpeg2parse.c | ||
mpg123.c | ||
p.c | ||
pipetest.c | ||
plugin.c | ||
push.c | ||
qtest.c | ||
r.c | ||
README | ||
record.c | ||
s.c | ||
spectrum.c | ||
states.c | ||
teardown.c | ||
typefind.c | ||
types.c | ||
vidcapture.c | ||
vidcapture2.c | ||
videotest.c | ||
w.c | ||
wave.c |
This is a collection of test programs of all sorts, ranging from the first version of GiST to the simple hard-disk recorder used in the Oct 31, 1999 inaugural run of GStreamer in a 'real' environment. Not all are included, because most are obsolete. All the stuff you see in the first line of the Makefile.am (commented out) is both old and broken. One of these days test/ will turn back into a real test-suite for GStreamer, but for now it's my sandbox.