gstreamer/test
Wim Taymans 5a52fd4009 Updated the autoplugger:
Original commit message from CVS:
Updated the autoplugger:
- moved all of the code out of gstpipeline.c to autoplug.c
- The autoplugger now creates a GstElement based on the given src and
sink caps. The API now is:
GstElement* gst_autoplug_caps_list (GList *srcpad, GList *sinkpad, ...);
- the typefind function is moved from gstpipeline.c to gstplay.c. Not sure
if this is right behaviour but we need at least a bin in order to run
the typedetect functions.
- fixed a bug in gstbin.c where the MANAGER flag of the bin was not cleared
when going to the NULL state.
- a bug in the videosink was fixed. It was possible that more instances
of the video widget were created, causing major errors.
- commented out most of the 'old' autoplug examples.
- added the new autoplugger to gstplay.c. There still is a bit of hacking
needed to insert a queue into the autogenerated element. This will be fixed
when the autoplugger can also create the video/audio elements.
Fixed some more extranous spaces problems in various files.
2001-02-06 20:42:28 +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 Remove cothreads.[ch] from tests/cothreads/ and replace then with a rule in the Makefile.am to generate symlinks to t... 2000-12-03 15:02:24 +00:00
xml 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
.gitignore Converted the mpeg2 encoder asm to gnu asm, removing the dependency of nasm 2000-09-17 12:31:01 +00:00
a.c Convert GstSrc's to GstElements. 2000-12-30 01:53:05 +00:00
ac3parse.c Updates for the gst_pad_push changes 2000-12-27 22:39:45 +00:00
ac3play.c updated ac3play to work with latest libgst 2001-02-06 19:39:15 +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 updated test programs to new ghostpad API 2001-01-20 03:33:55 +00:00
aviparse.c updated test programs to new ghostpad API 2001-01-20 03:33:55 +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 Updates for the gst_pad_push changes 2000-12-27 22:39:45 +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 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
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 Updated the autoplugger: 2001-02-06 20:42:28 +00:00
mp1tomp1.c updated test programs to new ghostpad API 2001-01-20 03:33:55 +00:00
mp2toavi.c updated test programs to new ghostpad API 2001-01-20 03:33:55 +00:00
mp2tomp1.c updated test programs to new ghostpad API 2001-01-20 03:33:55 +00:00
mp3.c added the category number to DEBUG 2001-01-01 07:44:32 +00:00
mp3parse.c Convert GstSrc's to GstElements. 2000-12-30 01:53:05 +00:00
mp3play.c Make sure the plugin is loaded only once 2001-01-03 23:08:17 +00:00
mp3tovorbis.c Convert GstSrc's to GstElements. 2000-12-30 01:53:05 +00:00
mpeg2parse.c updated test programs to new ghostpad API 2001-01-20 03:33:55 +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 Convert GstSrc's to GstElements. 2000-12-30 01:53:05 +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 fixed all in-use instances of asyncdisksrc 2001-02-04 21:38:47 +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 This is a megapatch with the following changes: 2001-01-29 00:06:02 +00:00
s.c initial checkin 2000-01-30 10:44:33 +00:00
spectrum.c Updates for the gst_pad_push changes 2000-12-27 22:39:45 +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 updated test programs to new ghostpad API 2001-01-20 03:33:55 +00:00
vidcapture2.c updated test programs to new ghostpad API 2001-01-20 03:33:55 +00:00
videotest.c Updates for the gst_pad_push changes 2000-12-27 22:39:45 +00:00
w.c initial checkin 2000-01-30 10:44:33 +00:00
wave.c Updates for the gst_pad_push changes 2000-12-27 22:39:45 +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.