gstreamer/test
Wim Taymans 9bae9d4b91 More Docs updates.
Original commit message from CVS:
More Docs updates.
Added plugin documentation. I fear we need a gstdoc implementation
that loads plugins and does introspection on them. I think we should
automatically create the docs for the pads and mime types the plugins
provide. Does anyone have enough perl knowledge to add these features? I
allready changed the C code to output the pad definitions but my perl
knowledge is too limited, for now, to implement the rest of the needed
functionality...
2000-10-25 19:09:53 +00:00
..
bindings Build fixes. 2000-08-14 15:17:24 +00:00
cothreads Patch from Chris Emerson for PPC. cothreads stuff was causing segfaults, because the stack needs to be initialised w... 2000-09-21 00:57:09 +00:00
xml More incremental updates. I can now successfully produce an rpm simply by typing ./autogen.sh;make rpm. This is g... 2000-01-31 09:43:08 +00:00
.gitignore Converted the mpeg2 encoder asm to gnu asm, removing the dependency of nasm 2000-09-17 12:31:01 +00:00
a.c Fixed a nasty bug in mp3parse (partial buffer state remained) 2000-02-05 01:20:11 +00:00
ac3parse.c Build fixes. 2000-08-14 15:17:24 +00:00
ac3play.c More Docs updates. 2000-10-25 19:09:53 +00:00
ac3sync.c initial checkin 2000-01-30 10:44:33 +00:00
args.c initial checkin 2000-01-30 10:44:33 +00:00
avi2mpg.c Build fixes. 2000-08-14 15:17:24 +00:00
aviparse.c Build fixes. 2000-08-14 15:17:24 +00:00
basic.c initial checkin 2000-01-30 10:44:33 +00:00
buffer.c initial checkin 2000-01-30 10:44:33 +00:00
cobin.c initial checkin 2000-01-30 10:44:33 +00:00
dvdcat.c Build fixes. 2000-08-14 15:17:24 +00:00
fake.c Megapatch, changes which states are available, how they're used, and how they're set. Also modifies the scheduling s... 2000-07-17 17:14:15 +00:00
gsttracedump.c initial checkin 2000-01-30 10:44:33 +00:00
jitter.c initial checkin 2000-01-30 10:44:33 +00:00
m.c initial checkin 2000-01-30 10:44:33 +00:00
Makefile.am The vorbis encoder 2000-09-14 22:18:43 +00:00
mcut.c initial checkin 2000-01-30 10:44:33 +00:00
mem.c initial checkin 2000-01-30 10:44:33 +00:00
mem.h initial checkin 2000-01-30 10:44:33 +00:00
mp1parse.c Build fixes. 2000-08-14 15:17:24 +00:00
mp1tomp1.c Build fixes. 2000-08-14 15:17:24 +00:00
mp2toavi.c Build fixes. 2000-08-14 15:17:24 +00:00
mp2tomp1.c A first attempt to fix the queues in a cothreaded pipeline. 2000-09-22 23:35:14 +00:00
mp3.c Build fixes. 2000-08-14 15:17:24 +00:00
mp3parse.c Build fixes. 2000-08-14 15:17:24 +00:00
mp3play.c Build fixes. 2000-08-14 15:17:24 +00:00
mp3tovorbis.c The vorbis encoder 2000-09-14 22:18:43 +00:00
mpeg2parse.c Build fixes. 2000-08-14 15:17:24 +00:00
mpg123.c initial checkin 2000-01-30 10:44:33 +00:00
p.c initial checkin 2000-01-30 10:44:33 +00:00
pipetest.c Build fixes. 2000-08-14 15:17:24 +00:00
plugin.c initial checkin 2000-01-30 10:44:33 +00:00
push.c initial checkin 2000-01-30 10:44:33 +00:00
qtest.c More Docs updates. 2000-10-25 19:09:53 +00:00
r.c initial checkin 2000-01-30 10:44:33 +00:00
README initial checkin 2000-01-31 03:25:25 +00:00
record.c Build fixes. 2000-08-14 15:17:24 +00:00
s.c initial checkin 2000-01-30 10:44:33 +00:00
spectrum.c Build fixes. 2000-08-14 15:17:24 +00:00
states.c initial checkin 2000-01-30 10:44:33 +00:00
teardown.c initial checkin 2000-01-30 10:44:33 +00:00
typefind.c initial checkin 2000-01-30 10:44:33 +00:00
types.c initial checkin 2000-01-30 10:44:33 +00:00
vidcapture.c Build fixes. 2000-08-14 15:17:24 +00:00
vidcapture2.c Build fixes. 2000-08-14 15:17:24 +00:00
videotest.c Build fixes. 2000-08-14 15:17:24 +00:00
w.c initial checkin 2000-01-30 10:44:33 +00:00
wave.c Fix compile problem due to DEBUG being redefined in libs/getbits/gstgetbits.h. Also fix several small typos in the d... 2000-09-18 22:19:57 +00:00

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.