gstreamer/test
Wim Taymans 87f9d504d5 Fixed some compile warnings.
Original commit message from CVS:
Fixed some compile warnings.
2001-06-01 18:09:26 +00:00
..
bindings Massive build fixup. Will send message to -devel list later with details on the changes and what they mean for Makef... 2001-01-14 21:55:41 +00:00
cothreads
xml Include compatability defines for libxml: use xmlChildrenNode instead of childs. 2001-03-02 17:03:20 +00:00
.gitignore Merged from INCSCHED on 200505251!!! 2001-05-25 21:00:07 +00:00
a.c Modified a lot of plugins to use the caps system. 2001-03-24 17:22:03 +00:00
ac3parse.c Fixed some compile warnings. 2001-06-01 18:09:26 +00:00
ac3play.c Fixed some compile warnings. 2001-06-01 18:09:26 +00:00
ac3sync.c
args.c
avi2mpg.c Merged from INCSCHED on 200505251!!! 2001-05-25 21:00:07 +00:00
aviparse.c Modified a lot of plugins to use the caps system. 2001-03-24 17:22:03 +00:00
basic.c
buffer.c Fixed some compile warnings. 2001-06-01 18:09:26 +00:00
cobin.c Fixed some compile warnings. 2001-06-01 18:09:26 +00:00
dv2mp1.c some minor fixes.. 2001-05-25 20:41:07 +00:00
dvdcat.c Fixed some compile warnings. 2001-06-01 18:09:26 +00:00
dvshow.c Fixed some compile warnings. 2001-06-01 18:09:26 +00:00
fake.c Fixed some compile warnings. 2001-06-01 18:09:26 +00:00
gsttracedump.c
jitter.c
lat.c Elements must have different names. 2001-05-25 23:36:32 +00:00
m.c Modified a lot of plugins to use the caps system. 2001-03-24 17:22:03 +00:00
Makefile.am Merged from INCSCHED on 200505251!!! 2001-05-25 21:00:07 +00:00
mcut.c Modified a lot of plugins to use the caps system. 2001-03-24 17:22:03 +00:00
mem.c Fixed some compile warnings. 2001-06-01 18:09:26 +00:00
mem.h
mp1parse.c Modified a lot of plugins to use the caps system. 2001-03-24 17:22:03 +00:00
mp1tomp1.c Fixed some compile warnings. 2001-06-01 18:09:26 +00:00
mp2toavi.c Updated for removed methods. 2001-05-27 14:39:17 +00:00
mp2tomp1.c Fixed some compile warnings. 2001-06-01 18:09:26 +00:00
mp3.c Remove #include <gnome.h> from some tests which don't actually need it, and make the other tests and the autoplug exa... 2001-04-25 11:49:38 +00:00
mp3mad.c Fixed some compile warnings. 2001-06-01 18:09:26 +00:00
mp3parse.c Convert GstSrc's to GstElements. 2000-12-30 01:53:05 +00:00
mp3play.c Fixed some compile warnings. 2001-06-01 18:09:26 +00:00
mp3tovorbis.c Convert GstSrc's to GstElements. 2000-12-30 01:53:05 +00:00
mpeg2parse.c Updated for removed methods. 2001-05-27 14:39:17 +00:00
mpeg2parse2.c Merged from INCSCHED on 200505251!!! 2001-05-25 21:00:07 +00:00
mpeg2parse3.c Merged from INCSCHED on 200505251!!! 2001-05-25 21:00:07 +00:00
mpeg2parse4.c Merged from INCSCHED on 200505251!!! 2001-05-25 21:00:07 +00:00
mpg123.c Modified a lot of plugins to use the caps system. 2001-03-24 17:22:03 +00:00
p.c Modified a lot of plugins to use the caps system. 2001-03-24 17:22:03 +00:00
pipetest.c Convert GstSrc's to GstElements. 2000-12-30 01:53:05 +00:00
plugin.c
push.c
qtest.c Modified a lot of plugins to use the caps system. 2001-03-24 17:22:03 +00:00
r.c Modified a lot of plugins to use the caps system. 2001-03-24 17:22:03 +00:00
README
record.c Fixed some compile warnings. 2001-06-01 18:09:26 +00:00
s.c Modified a lot of plugins to use the caps system. 2001-03-24 17:22:03 +00:00
spectrum.c Modified a lot of plugins to use the caps system. 2001-03-24 17:22:03 +00:00
states.c
teardown.c Fixed some compile warnings. 2001-06-01 18:09:26 +00:00
typefind.c Modified a lot of plugins to use the caps system. 2001-03-24 17:22:03 +00:00
types.c
vidcapture.c Fixed some compile warnings. 2001-06-01 18:09:26 +00:00
vidcapture2.c Fixed some compile warnings. 2001-06-01 18:09:26 +00:00
video2mp1.c Fixed some compile warnings. 2001-06-01 18:09:26 +00:00
videotest.c fix a couple warnings 2001-05-16 04:07:33 +00:00
videotest2.c Merged from INCSCHED on 200505251!!! 2001-05-25 21:00:07 +00:00
w.c Modified a lot of plugins to use the caps system. 2001-03-24 17:22:03 +00:00
wave.c fix a couple warnings 2001-05-16 04:07:33 +00:00
xmmstest.c Remove #include <gnome.h> from some tests which don't actually need it, and make the other tests and the autoplug exa... 2001-04-25 11:49:38 +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.